Ver Fonte

usb: wusbcore: Do not initialise statics to 0.

Do not initialise statics to 0.
This patch is found by checkpatch.pl script.

Signed-off-by: Sandhya Bankar <bankarsandhya512@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Sandhya Bankar há 9 anos atrás
pai
commit
ef23db9c5e
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      drivers/usb/wusbcore/crypto.c

+ 1 - 1
drivers/usb/wusbcore/crypto.c

@@ -54,7 +54,7 @@
 #include <linux/usb/wusb.h>
 #include <linux/scatterlist.h>
 
-static int debug_crypto_verify = 0;
+static int debug_crypto_verify;
 
 module_param(debug_crypto_verify, int, 0);
 MODULE_PARM_DESC(debug_crypto_verify, "verify the key generation algorithms");