1. 03 Sep, 2019 1 commit
    • Krzysztof Wilczynski's avatar
      leds: lm3532: Move static keyword to the front of declarations · 536129cc
      Krzysztof Wilczynski authored
      Move the static keyword to the front of declarations ramp_table,
      als_avrg_table and als_imp_table, and resolve the following
      compiler warnings that can be seen when building with warnings
      enabled (W=1):
      
      drivers/leds/leds-lm3532.c:209:1: warning:
      ‘static’ is not at beginning of declaration [-Wold-style-declaration]
      
      drivers/leds/leds-lm3532.c:266:1: warning:
      ‘static’ is not at beginning of declaration [-Wold-style-declaration]
      
      drivers/leds/leds-lm3532.c:281:1: warning:
      ‘static’ is not at beginning of declaration [-Wold-style-declaration]
      Signed-off-by: default avatarKrzysztof Wilczynski <kw@linux.com>
      Signed-off-by: default avatarJacek Anaszewski <jacek.anaszewski@gmail.com>
      536129cc
  2. 01 Sep, 2019 7 commits
  3. 26 Aug, 2019 6 commits
  4. 23 Aug, 2019 2 commits
  5. 20 Aug, 2019 1 commit
  6. 08 Aug, 2019 1 commit
  7. 30 Jul, 2019 8 commits
  8. 29 Jul, 2019 2 commits
  9. 25 Jul, 2019 12 commits