Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Sandhya Bankar and committed by
Greg Kroah-Hartman
ef23db9c 06acefde

+1 -1
+1 -1
drivers/usb/wusbcore/crypto.c
··· 54 54 #include <linux/usb/wusb.h> 55 55 #include <linux/scatterlist.h> 56 56 57 - static int debug_crypto_verify = 0; 57 + static int debug_crypto_verify; 58 58 59 59 module_param(debug_crypto_verify, int, 0); 60 60 MODULE_PARM_DESC(debug_crypto_verify, "verify the key generation algorithms");