execute enum-NSRCS.cocci

This commit is contained in:
rlar 2018-04-30 18:52:16 +02:00
parent 9d93ffefb7
commit f062a3be61
13 changed files with 26 additions and 33 deletions

View File

@ -24,11 +24,10 @@ enum {
BJTIBNOIZ,
BJTFLNOIZ,
BJTTOTNOIZ,
BJTNSRCS,
/* finally, the number of noise sources */
BJTNSRCS
};
/* the number of BJT noise sources */
/* data needed to describe a single instance */
typedef struct sBJTinstance {

View File

@ -21,7 +21,8 @@ enum {
DIOIDNOIZ,
DIOFLNOIZ,
DIOTOTNOIZ,
DIONSRCS,
/* finally, the number of noise sources */
DIONSRCS
};
/* information needed per instance */

View File

@ -25,7 +25,8 @@ enum {
JFETIDNOIZ,
JFETFLNOIZ,
JFETTOTNOIZ,
JFETNSRCS,
/* finally, the number of noise sources */
JFETNSRCS
};
/* information used to describe a single instance */

View File

@ -30,7 +30,8 @@ enum {
JFET2IDNOIZ,
JFET2FLNOIZ,
JFET2TOTNOIZ,
JFET2NSRCS,
/* finally, the number of noise sources */
JFET2NSRCS
};
/* information used to describe a single instance */

View File

@ -24,11 +24,10 @@ enum {
MESIDNOIZ,
MESFLNOIZ,
MESTOTNOIZ,
MESNSRCS,
/* finally, the number of noise sources */
MESNSRCS
};
/* the number of MESFET noise sources */
/* information used to describe a single instance */
typedef struct sMESinstance {

View File

@ -22,11 +22,10 @@ enum {
MESAIDNOIZ,
MESAFLNOIZ,
MESATOTNOIZ,
MESANSRCS,
/* finally, the number of noise sources */
MESANSRCS
};
/* the number of MESAFET noise sources */
/* information used to describe a single instance */
typedef struct sMESAinstance {

View File

@ -23,11 +23,10 @@ enum {
MOS1IDNOIZ,
MOS1FLNOIZ,
MOS1TOTNOIZ,
MOS1NSRCS,
/* finally, the number of noise sources */
MOS1NSRCS
};
/* the number of MOS1FET noise sources*/
/* information needed for each instance */
typedef struct sMOS1instance {

View File

@ -23,11 +23,10 @@ enum {
MOS2IDNOIZ,
MOS2FLNOIZ,
MOS2TOTNOIZ,
MOS2NSRCS,
/* finally, the number of noise sources */
MOS2NSRCS
};
/* the number of MOS2FET noise sources */
/* information needed for each instance */
typedef struct sMOS2instance {

View File

@ -23,11 +23,10 @@ enum {
MOS3IDNOIZ,
MOS3FLNOIZ,
MOS3TOTNOIZ,
MOS3NSRCS,
/* finally, the number of noise sources */
MOS3NSRCS
};
/* the number of MOSFET(3) noise sources */
/* information needed for each instance */
typedef struct sMOS3instance {

View File

@ -23,11 +23,10 @@ enum {
MOS9IDNOIZ,
MOS9FLNOIZ,
MOS9TOTNOIZ,
MOS9NSRCS,
/* finally, the number of noise sources */
MOS9NSRCS
};
/* the number of MOSFET(9) noise sources */
/* information needed for each instance */
typedef struct sMOS9instance {

View File

@ -21,11 +21,10 @@ enum {
RESTHNOIZ = 0,
RESFLNOIZ,
RESTOTNOIZ,
RESNSRCS,
/* finally, the number of noise sources */
RESNSRCS
};
/* the number of RES noise sources */
/* information used to describe a single instance */
typedef struct sRESinstance {

View File

@ -41,11 +41,10 @@ enum {
SOI3IDNOIZ,
SOI3FLNOIZ,
SOI3TOTNOIZ,
SOI3NSRCS,
/* finally, the number of noise sources */
SOI3NSRCS
};
/* the number of SOI(3) noise sources */
/* information needed for each instance */
typedef struct sSOI3instance {

View File

@ -33,11 +33,10 @@ enum {
VBICFLBENOIZ,
VBICFLBEPNOIZ,
VBICTOTNOIZ,
VBICNSRCS,
/* finally, the number of noise sources */
VBICNSRCS
};
/* the number of VBIC noise sources */
/* data needed to describe a single instance */
typedef struct sVBICinstance {