staging: rtl8192e: move const after static
authorDeborah Brouwer <deborahbrouwer3563@gmail.com>
Sun, 4 Apr 2021 22:23:49 +0000 (15:23 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 5 Apr 2021 10:12:38 +0000 (12:12 +0200)
commitf52def0b5e6f61fbeaaa645a82253cc9e4eed1f6
treeecb29aad09ed83b86ac8990057afba6811fcbe74
parentc75afdaf2e5340822973b9cd4812addc60c97b11
staging: rtl8192e: move const after static

Move the const after static to conform with kernel preference for
static const <type> declaration style instead of static <type> const.
Identified by checkpatch: WARNING: Move const after static - use 'static
const char'.

Signed-off-by: Deborah Brouwer <deborahbrouwer3563@gmail.com>
Link: https://lore.kernel.org/r/20210404222349.7218-1-deborahbrouwer3563@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192e/rtl8192e/rtl_dm.c