aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/driver-model
diff options
context:
space:
mode:
authorJesper Juhl <jesper.juhl@gmail.com>2006-06-26 19:01:01 +0200
committerAdrian Bunk <bunk@stusta.de>2006-06-26 19:01:01 +0200
commitf274afc9933e5fd5987a4a2a5f02687958f8ba65 (patch)
tree90f24f45b66312da3d675e8a8321bd0f13877592 /Documentation/driver-model
parentStorage class should be first (diff)
downloadlinux-dev-f274afc9933e5fd5987a4a2a5f02687958f8ba65.tar.xz
linux-dev-f274afc9933e5fd5987a4a2a5f02687958f8ba65.zip
Clean up 'inline is not at beginning' warnings for usb storage
Usually we don't care much about 'gcc -W' warnings, but some of us do build kernels that way to look for problems, and then the fewer warnings we have to wade through the better. Especially when they are very easy and non-intrusive to clean up. Which is the case for the following warnings spewed by drivers/usb/storage/usb.h : drivers/usb/storage/usb.h:163: warning: `inline' is not at beginning of +declaration drivers/usb/storage/usb.h:166: warning: `inline' is not at beginning of +declaration There's also some precedence for cleaning up these warnings. I've had a few patches merged in the past that remove exactly this class of warnings. Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com> Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'Documentation/driver-model')
0 files changed, 0 insertions, 0 deletions