1. 13 7月, 2006 4 次提交
  2. 11 7月, 2006 1 次提交
  3. 01 7月, 2006 1 次提交
  4. 27 6月, 2006 1 次提交
    • J
      Clean up 'inline is not at beginning' warnings for usb storage · f274afc9
      Jesper Juhl 提交于
      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: NJesper Juhl <jesper.juhl@gmail.com>
      Signed-off-by: NAdrian Bunk <bunk@stusta.de>
      f274afc9
  5. 22 6月, 2006 9 次提交
  6. 28 4月, 2006 2 次提交
  7. 18 4月, 2006 1 次提交
  8. 21 3月, 2006 7 次提交
  9. 01 3月, 2006 1 次提交
  10. 14 2月, 2006 5 次提交
  11. 01 2月, 2006 3 次提交
  12. 05 1月, 2006 5 次提交