staging: rtl8192e: rename local variables of function dot11d_update_country - style
authorHimadri Pandya <himadri18.07@gmail.com>
Sun, 10 Feb 2019 08:43:17 +0000 (14:13 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 11 Feb 2019 09:02:47 +0000 (10:02 +0100)
commit5441ab2ff54e2fe5a9c9561d53a28cd94e720f5f
tree830c9ecc2ddb4be4bf5e1834f9a1b06aaf653c4e
parentc40cac3b760e008d87e372caf638055887f417f2
staging: rtl8192e: rename local variables of function dot11d_update_country - style

Rename following local variables of function dot11d_update_country to
fix checkpatch warning: Avoid CamelCase and make the variable names more
readable, understandable.
NumTriples -> number_of_triples
MaxChnlNum -> max_channel_number
pTriple -> triple

Signed-off-by: Himadri Pandya <himadri18.07@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192e/dot11d.c