* [PATCH 1/1] Staging: samsung-laptop: fix coding style
@ 2010-02-16 13:09 Tom Van Braeckel
2010-02-24 14:00 ` Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: Tom Van Braeckel @ 2010-02-16 13:09 UTC (permalink / raw)
To: gregkh; +Cc: devel, linux-kernel, Tom Van Braeckel
Signed-off-by: Tom Van Braeckel <tomvanbraeckel@gmail.com>
---
drivers/staging/samsung-laptop/samsung-laptop.c | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/drivers/staging/samsung-laptop/samsung-laptop.c b/drivers/staging/samsung-laptop/samsung-laptop.c
index 4877138..dd7ea4c 100644
--- a/drivers/staging/samsung-laptop/samsung-laptop.c
+++ b/drivers/staging/samsung-laptop/samsung-laptop.c
@@ -99,7 +99,8 @@ static struct rfkill *rfk;
static int force;
module_param(force, bool, 0);
-MODULE_PARM_DESC(force, "Disable the DMI check and forces the driver to be loaded");
+MODULE_PARM_DESC(force,
+ "Disable the DMI check and forces the driver to be loaded");
static int debug;
module_param(debug, bool, S_IRUGO | S_IWUSR);
@@ -370,7 +371,8 @@ static struct dmi_system_id __initdata samsung_dmi_table[] = {
{
.ident = "N128",
.matches = {
- DMI_MATCH(DMI_SYS_VENDOR, "SAMSUNG ELECTRONICS CO., LTD."),
+ DMI_MATCH(DMI_SYS_VENDOR,
+ "SAMSUNG ELECTRONICS CO., LTD."),
DMI_MATCH(DMI_PRODUCT_NAME, "N128"),
DMI_MATCH(DMI_BOARD_NAME, "N128"),
},
@@ -379,7 +381,8 @@ static struct dmi_system_id __initdata samsung_dmi_table[] = {
{
.ident = "N130",
.matches = {
- DMI_MATCH(DMI_SYS_VENDOR, "SAMSUNG ELECTRONICS CO., LTD."),
+ DMI_MATCH(DMI_SYS_VENDOR,
+ "SAMSUNG ELECTRONICS CO., LTD."),
DMI_MATCH(DMI_PRODUCT_NAME, "N130"),
DMI_MATCH(DMI_BOARD_NAME, "N130"),
},
--
1.6.3.3
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [PATCH 1/1] Staging: samsung-laptop: fix coding style
2010-02-16 13:09 [PATCH 1/1] Staging: samsung-laptop: fix coding style Tom Van Braeckel
@ 2010-02-24 14:00 ` Greg KH
0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2010-02-24 14:00 UTC (permalink / raw)
To: Tom Van Braeckel; +Cc: gregkh, devel, linux-kernel
On Tue, Feb 16, 2010 at 02:09:35PM +0100, Tom Van Braeckel wrote:
>
> Signed-off-by: Tom Van Braeckel <tomvanbraeckel@gmail.com>
> ---
> drivers/staging/samsung-laptop/samsung-laptop.c | 9 ++++++---
> 1 files changed, 6 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/staging/samsung-laptop/samsung-laptop.c b/drivers/staging/samsung-laptop/samsung-laptop.c
> index 4877138..dd7ea4c 100644
> --- a/drivers/staging/samsung-laptop/samsung-laptop.c
> +++ b/drivers/staging/samsung-laptop/samsung-laptop.c
> @@ -99,7 +99,8 @@ static struct rfkill *rfk;
>
> static int force;
> module_param(force, bool, 0);
> -MODULE_PARM_DESC(force, "Disable the DMI check and forces the driver to be loaded");
> +MODULE_PARM_DESC(force,
> + "Disable the DMI check and forces the driver to be loaded");
Sorry, someone sent this same fix to me a week ago and it's in the
linux-next tree now.
You might want to work off of that tree to prevent this type of
duplication.
thanks,
greg k-h
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-02-24 14:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-02-16 13:09 [PATCH 1/1] Staging: samsung-laptop: fix coding style Tom Van Braeckel
2010-02-24 14:00 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome