* [PATCH] staging: sm750fb: Add names to proc_setBLANK args
@ 2020-05-26 22:47 Igor Ribeiro Barbosa Duarte
0 siblings, 0 replies; only message in thread
From: Igor Ribeiro Barbosa Duarte @ 2020-05-26 22:47 UTC (permalink / raw)
To: linux-fbdev
Add names to proc_setBLANK args.
Found using checkpatch.pl.
Signed-off-by: Igor Ribeiro Barbosa Duarte <igor.ribeiro.duarte@gmail.com>
---
drivers/staging/sm750fb/sm750.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/sm750fb/sm750.h b/drivers/staging/sm750fb/sm750.h
index 55fe5a2..19823c7 100644
--- a/drivers/staging/sm750fb/sm750.h
+++ b/drivers/staging/sm750fb/sm750.h
@@ -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 {
--
2.7.4
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2020-05-26 22:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-26 22:47 [PATCH] staging: sm750fb: Add names to proc_setBLANK args Igor Ribeiro Barbosa Duarte
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox