* [PATCH 1/1] Staging: fbtft: fbtft-core: removed space before ','
@ 2015-02-28 5:06 Tolga Ceylan
2015-03-02 1:18 ` Greg Kroah-Hartman
0 siblings, 1 reply; 2+ messages in thread
From: Tolga Ceylan @ 2015-02-28 5:06 UTC (permalink / raw)
To: Thomas Petazzoni, Noralf Trønnes, Greg Kroah-Hartman, devel,
linux-kernel, tolga.ceylan
Removed space before ','
Signed-off-by: Tolga Ceylan <tolga.ceylan@gmail.com>
---
drivers/staging/fbtft/fbtft-core.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/fbtft/fbtft-core.c b/drivers/staging/fbtft/fbtft-core.c
index 37dcf7e..ac4287f 100644
--- a/drivers/staging/fbtft/fbtft-core.c
+++ b/drivers/staging/fbtft/fbtft-core.c
@@ -49,7 +49,7 @@ extern int fbtft_gamma_parse_str(struct fbtft_par *par, unsigned long *curves,
const char *str, int size);
static unsigned long debug;
-module_param(debug, ulong , 0);
+module_param(debug, ulong, 0);
MODULE_PARM_DESC(debug, "override device debug level");
static bool dma = true;
--
2.3.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 1/1] Staging: fbtft: fbtft-core: removed space before ','
2015-02-28 5:06 [PATCH 1/1] Staging: fbtft: fbtft-core: removed space before ',' Tolga Ceylan
@ 2015-03-02 1:18 ` Greg Kroah-Hartman
0 siblings, 0 replies; 2+ messages in thread
From: Greg Kroah-Hartman @ 2015-03-02 1:18 UTC (permalink / raw)
To: Tolga Ceylan; +Cc: Thomas Petazzoni, Noralf Trønnes, devel, linux-kernel
On Fri, Feb 27, 2015 at 09:06:56PM -0800, Tolga Ceylan wrote:
> Removed space before ','
>
> Signed-off-by: Tolga Ceylan <tolga.ceylan@gmail.com>
> ---
> drivers/staging/fbtft/fbtft-core.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/staging/fbtft/fbtft-core.c b/drivers/staging/fbtft/fbtft-core.c
> index 37dcf7e..ac4287f 100644
> --- a/drivers/staging/fbtft/fbtft-core.c
> +++ b/drivers/staging/fbtft/fbtft-core.c
> @@ -49,7 +49,7 @@ extern int fbtft_gamma_parse_str(struct fbtft_par *par, unsigned long *curves,
> const char *str, int size);
>
> static unsigned long debug;
> -module_param(debug, ulong , 0);
> +module_param(debug, ulong, 0);
> MODULE_PARM_DESC(debug, "override device debug level");
>
> static bool dma = true;
Someone else already made this change, sorry :(
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-03-02 1:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-28 5:06 [PATCH 1/1] Staging: fbtft: fbtft-core: removed space before ',' Tolga Ceylan
2015-03-02 1:18 ` Greg Kroah-Hartman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox