staging: wfx: remove spaces after cast operator
authorJérôme Pouiller <jerome.pouiller@silabs.com>
Tue, 5 May 2020 12:37:56 +0000 (14:37 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 13 May 2020 11:26:43 +0000 (13:26 +0200)
commitcae9b69522b22e6e7a884451ba729b229ff0a03a
tree82ac1c452b069ae854827a9a668fa7a45855e769
parentb356aed9ec0c218a86902c02cb4031a6c8f89e1e
staging: wfx: remove spaces after cast operator

The kernel coding style expects no space after cast operator. This patch
make the wfx driver compliant with this rule.

Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com>
Link: https://lore.kernel.org/r/20200505123757.39506-15-Jerome.Pouiller@silabs.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wfx/hif_rx.c
drivers/staging/wfx/hif_tx.c
drivers/staging/wfx/hwio.c
drivers/staging/wfx/key.c
drivers/staging/wfx/main.c
drivers/staging/wfx/sta.c