staging: fbtft: fix space prohibited before that ','
This patch fixes the following checkpatch.pl error: fix space prohibited before that ',' Signed-off-by: Aya Mahfouz <mahfouz.saif.elyazal@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
9f8a89e6e7
commit
7e059db655
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue