aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorIgor Ribeiro Barbosa Duarte <igor.ribeiro.duarte@gmail.com>2020-05-26 19:47:50 -0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-05-29 12:35:59 +0200
commita6011493c35fcd53ff3513adbc3957e917290684 (patch)
tree26f01de659f1af97e422c894d8b48bf2fd3bd61d
parentstaging: most: usb: init return value in default path of switch/case expression (diff)
downloadwireguard-linux-a6011493c35fcd53ff3513adbc3957e917290684.tar.xz
wireguard-linux-a6011493c35fcd53ff3513adbc3957e917290684.zip
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>
-rw-r--r--drivers/staging/sm750fb/sm750.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/sm750fb/sm750.h b/drivers/staging/sm750fb/sm750.h
index 55fe5a28a174..19823c7277a4 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 {