OSDN Git Service

staging: rtl8192u: Fix misspelling in struct member name - Style
authorKimberly Brown <kimbrownkd@gmail.com>
Tue, 23 Oct 2018 16:56:01 +0000 (12:56 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 5 Nov 2018 13:16:33 +0000 (14:16 +0100)
commit60348815e1d139263b2101eb35e91bbce559ee7c
treebc746a2ca6a0534dc72014e810e7f89170cde684
parent81b8226c5473bbaa66adaa9b8c65dd0775aac73a
staging: rtl8192u: Fix misspelling in struct member name - Style

Fix the spelling mistake in the name of struct member
'cmdpacket_frag_thresold'. 'thresold' should be 'threshold'. Issue found
by checkpatch.

This is a coding style change which should have no impact on runtime
code execution.

Signed-off-by: Kimberly Brown <kimbrownkd@gmail.com>
Reviewed-by: Vaishali Thakkar <vthakkar@vaishalithakkar.in>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192u/r8192U.h
drivers/staging/rtl8192u/r819xU_firmware.c