summaryrefslogtreecommitdiff
path: root/trafgen.c
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2013-06-02 15:33:05 +0200
committerTobias Klauser <tklauser@distanz.ch>2013-06-02 15:33:05 +0200
commita36b5c3b778fb7bb39183fb2ef0f86035d355c7f (patch)
tree1257e44c13b750937bf5f1ec88841ea5eded3c01 /trafgen.c
parent43bdb5f47f51a442b07bdb5f0a5a6f9b97b72b16 (diff)
ifpps: Rename variable containing top number of CPUs
To make it more clear whether we're using the total number of CPUs or the top number (default 10 or specified by user), rename the variable, where the top number is used. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'trafgen.c')
0 files changed, 0 insertions, 0 deletions
remove&id=970d14e3989160ee9e97c7d75ecbc893fd29dab9&id2=7a308bb3016f57e5be11a677d15b821536419d36'>diff)
nvdimm: constify device_type structures
Declare device_type structure as const as it is only stored in the type field of a device structure. This field is of type const, so add const to declaration of device_type structure. File size before: text data bss dec hex filename 19278 3199 16 22493 57dd nvdimm/namespace_devs.o File size after: text data bss dec hex filename 19929 3160 16 23105 5a41 nvdimm/namespace_devs.o Signed-off-by: Bhumika Goyal <bhumirks@gmail.com> Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'drivers/usb/isp1760/isp1760-hcd.h')