staging: vt6655: Rename `dwAL7230InitTable` array
authorKarolina Drobnik <karolinadrobnik@gmail.com>
Mon, 25 Oct 2021 14:31:34 +0000 (15:31 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 26 Oct 2021 16:45:09 +0000 (18:45 +0200)
commitf3d90f5139e59e04ed50ee72a01f73863e5dcc70
tree746078d007f8c455fef68442281ec000b55070fa
parent01701302a2685356a3fdb365f1d061bc011e006b
staging: vt6655: Rename `dwAL7230InitTable` array

To align with the kernel coding style, remove the type from
the variable name and do not use CamelCase.

Fix issue detected by checkpatch.pl:
  CHECK: Avoid CamelCase: <dwAL7230InitTable>

Signed-off-by: Karolina Drobnik <karolinadrobnik@gmail.com>
Link: https://lore.kernel.org/r/4e78c4628ba75d9793bd8a60d69a1b0cc4d2a073.1635171519.git.karolinadrobnik@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6655/rf.c