staging: sm750fb: Add names to proc_setBLANK args
Add names to proc_setBLANK args. Found using checkpatch.pl. Signed-off-by: Igor Ribeiro Barbosa Duarte <igor.ribeiro.duarte@gmail.com> Link: https://lore.kernel.org/r/20200526224750.GA29722@igor-Aspire-F5-573G Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
11974ace2d
commit
a6011493c3
|
@ -166,7 +166,7 @@ struct lynxfb_output {
|
|||
*/
|
||||
void *priv;
|
||||
|
||||
int (*proc_setBLANK)(struct lynxfb_output*, int);
|
||||
int (*proc_setBLANK)(struct lynxfb_output *output, int blank);
|
||||
};
|
||||
|
||||
struct lynxfb_par {
|
||||
|
|
Loading…
Reference in New Issue