]> git.baikalelectronics.ru Git - kernel.git/commit
staging: wilc1000: rename u8KeyLen in host_int_add_rx_gtk
authorChaehyun Lim <chaehyun.lim@gmail.com>
Sun, 8 Nov 2015 07:49:15 +0000 (16:49 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 18 Dec 2015 22:14:03 +0000 (14:14 -0800)
commite966da554f120f0692c0cfee7fa584a9c8c5eedd
tree8f51bb0f6cde76ab25df699d203a471169b83604
parent3dde388e8aaf8922509f78746b942d6f3b567ec7
staging: wilc1000: rename u8KeyLen in host_int_add_rx_gtk

This patch changes u8KeyLen to key_len to avoid camelcase.
It is used as local variable in order to save gtk_key_len that is
argument of this function.

Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/host_interface.c