]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
backlight-add-new-lp8788-backlight-driver-checkpatch-fixes
authorAndrew Morton <akpm@linux-foundation.org>
Thu, 7 Feb 2013 01:27:26 +0000 (12:27 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 18 Feb 2013 05:47:03 +0000 (16:47 +1100)
WARNING: please write a paragraph that describes the config symbol fully
#45: FILE: drivers/video/backlight/Kconfig:380:
+config BACKLIGHT_LP8788

ERROR: code indent should use tabs where possible
#446: FILE: include/linux/mfd/lp8788.h:242:
+^I^I            Only valid when bl_mode is LP8788_BL_COMB_PWM_BASED$

total: 1 errors, 1 warnings, 403 lines checked

NOTE: whitespace errors detected, you may wish to use scripts/cleanpatch or
      scripts/cleanfile

./patches/backlight-add-new-lp8788-backlight-driver.patch has style problems, please review.

If any of these errors are false positives, please report
them to the maintainer, see CHECKPATCH in MAINTAINERS.

Please run checkpatch prior to sending patches

Cc: "Kim, Milo" <Milo.Kim@ti.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/mfd/lp8788.h

index 5c0a49b3abd373d711b49a653a30a0122fa9a77b..69d4fd243d43255dcc836db03638c7278f66183b 100644 (file)
@@ -239,7 +239,7 @@ struct lp8788_charger_platform_data {
  * @fall_time             : brightness ramp down step time
  * @pwm_pol               : pwm polarity setting when bl_mode is pwm based
  * @period_ns             : platform specific pwm period value. unit is nano.
-                           Only valid when bl_mode is LP8788_BL_COMB_PWM_BASED
+                           Only valid when bl_mode is LP8788_BL_COMB_PWM_BASED
  */
 struct lp8788_backlight_platform_data {
        char *name;