Re: [PATCH 1/1] Staging: fbtft: fbtft-core: removed space before ','

From: Greg Kroah-Hartman
Date: Sun Mar 01 2015 - 20:19:01 EST


On Fri, Feb 27, 2015 at 09:06:56PM -0800, Tolga Ceylan wrote:
> Removed space before ','
>
> Signed-off-by: Tolga Ceylan <tolga.ceylan@xxxxxxxxx>
> ---
> 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 :(
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/