From: Igor Ribeiro Barbosa Duarte Date: Tue, 26 May 2020 22:47:50 +0000 (-0300) Subject: staging: sm750fb: Add names to proc_setBLANK args X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a6011493c35fcd53ff3513adbc3957e917290684;p=linux.git 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 Link: https://lore.kernel.org/r/20200526224750.GA29722@igor-Aspire-F5-573G Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/sm750fb/sm750.h b/drivers/staging/sm750fb/sm750.h index 55fe5a28a174d..19823c7277a44 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 {