From: akpm@linux-foundation.org
To: jg1.han@samsung.com, rpurdie@rpsys.net, mm-commits@vger.kernel.org
Subject: [merged] backlight-platform_lcd-fix-checkpatch-error.patch removed from -mm tree
Date: Tue, 18 Dec 2012 12:04:37 -0800 [thread overview]
Message-ID: <20121218200437.9A2EF100047@wpzn3.hot.corp.google.com> (raw)
The patch titled
Subject: backlight: platform_lcd: fix checkpatch error
has been removed from the -mm tree. Its filename was
backlight-platform_lcd-fix-checkpatch-error.patch
This patch was dropped because it was merged into mainline or a subsystem tree
------------------------------------------------------
From: Jingoo Han <jg1.han@samsung.com>
Subject: backlight: platform_lcd: fix checkpatch error
This patch fixes the checkpatch error as below:
ERROR: spaces prohibited around that ':' (ctx:WxW)
Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Cc: Richard Purdie <rpurdie@rpsys.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
drivers/video/backlight/platform_lcd.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff -puN drivers/video/backlight/platform_lcd.c~backlight-platform_lcd-fix-checkpatch-error drivers/video/backlight/platform_lcd.c
--- a/drivers/video/backlight/platform_lcd.c~backlight-platform_lcd-fix-checkpatch-error
+++ a/drivers/video/backlight/platform_lcd.c
@@ -27,7 +27,7 @@ struct platform_lcd {
struct plat_lcd_data *pdata;
unsigned int power;
- unsigned int suspended : 1;
+ unsigned int suspended:1;
};
static inline struct platform_lcd *to_our_lcd(struct lcd_device *lcd)
_
Patches currently in -mm which might be from jg1.han@samsung.com are
origin.patch
backlight-locomolcd-fix-checkpatch-error-and-warning.patch
reply other threads:[~2012-12-18 20:04 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20121218200437.9A2EF100047@wpzn3.hot.corp.google.com \
--to=akpm@linux-foundation.org \
--cc=jg1.han@samsung.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mm-commits@vger.kernel.org \
--cc=rpurdie@rpsys.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox