From c4f847fec4a24f35ce6fb910aa3dda5e2ed47395 Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Thu, 7 Feb 2013 12:27:26 +1100 Subject: [PATCH] backlight-add-new-lp8788-backlight-driver-checkpatch-fixes 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" Signed-off-by: Andrew Morton --- include/linux/mfd/lp8788.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/mfd/lp8788.h b/include/linux/mfd/lp8788.h index 5c0a49b3abd3..69d4fd243d43 100644 --- a/include/linux/mfd/lp8788.h +++ b/include/linux/mfd/lp8788.h @@ -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; -- 2.39.5