1. 19 3月, 2012 3 次提交
    • G
      hwmon: (lm87) Fix: do not use assignment in if condition · 073f1e6c
      Guenter Roeck 提交于
      Fix checkpatch issue:
      ERROR: do not use assignment in if condition
      
      Replace repeated calls to device_create_file() with calls to sysfs_create_group.
      
      Cc: Jean Delvare <khali@linux-fr.org>
      Signed-off-by: NGuenter Roeck <linux@roeck-us.net>
      Acked-by: NJean Delvare <khali@linux-fr.org>
      073f1e6c
    • G
      hwmon: (lm87) Fix checkpatch issues · c6370dbe
      Guenter Roeck 提交于
      Fixed:
      ERROR: do not use assignment in if condition
      ERROR: space required after that close brace '}'
      ERROR: space required after that ',' (ctx:VxV)
      ERROR: spaces required around that '<' (ctx:VxV)
      ERROR: trailing statements should be on next line
      WARNING: line over 80 characters
      WARNING: simple_strtol is obsolete, use kstrtol instead
      WARNING: simple_strtoul is obsolete, use kstrtoul instead
      
      Modify multi-line comments to follow Documentation/CodingStyle.
      
      Not fixed everywhere (code complexity):
      ERROR: do not use assignment in if condition
      
      As a side effect of the changes made, attribute set functions now return an
      error if an attempt is made to write non-numeric values. Previously, such
      writes were interpreted as writing 0.
      
      Cc: Jean Delvare <khali@linux-fr.org>
      Signed-off-by: NGuenter Roeck <linux@roeck-us.net>
      Acked-by: NJean Delvare <khali@linux-fr.org>
      c6370dbe
    • A
      hwmon: convert drivers/hwmon/* to use module_i2c_driver() · f0967eea
      Axel Lin 提交于
      This patch converts the drivers in drivers/hwmon/* to use the
      module_i2c_driver() macro which makes the code smaller and a bit simpler.
      Signed-off-by: NAxel Lin <axel.lin@gmail.com>
      Cc: Corentin Labbe <corentin.labbe@geomatys.fr>
      Cc: Dirk Eibach <eibach@gdsys.de>
      Cc: "Mark M. Hoffman" <mhoffman@lightlink.com>
      Cc: Steve Glendinning <steve.glendinning@smsc.com>
      Cc: Riku Voipio <riku.voipio@iki.fi>
      Cc: Guillaume Ligneul <guillaume.ligneul@gmail.com>
      Cc: David George <david.george@ska.ac.za>
      Cc: "Hans J. Koch" <hjk@hansjkoch.de>
      Cc: Marc Hulsman <m.hulsman@tudelft.nl>
      Cc: Rudolf Marek <r.marek@assembler.cz>
      Signed-off-by: NGuenter Roeck <guenter.roeck@ericsson.com>
      f0967eea
  2. 15 12月, 2009 3 次提交
  3. 10 12月, 2009 1 次提交
  4. 17 10月, 2008 3 次提交
  5. 17 7月, 2008 1 次提交
  6. 19 2月, 2008 1 次提交
  7. 08 2月, 2008 3 次提交
  8. 10 10月, 2007 5 次提交
  9. 08 5月, 2007 1 次提交
  10. 29 9月, 2006 1 次提交
  11. 27 6月, 2006 1 次提交
  12. 24 3月, 2006 1 次提交
  13. 06 1月, 2006 3 次提交
  14. 29 10月, 2005 1 次提交
  15. 06 9月, 2005 6 次提交
  16. 12 7月, 2005 1 次提交
  17. 22 6月, 2005 1 次提交
  18. 21 6月, 2005 1 次提交
  19. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4