staging: wfx: apply 80-columns rule to strings
authorJérôme Pouiller <jerome.pouiller@silabs.com>
Fri, 15 May 2020 08:33:08 +0000 (10:33 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 15 May 2020 13:50:39 +0000 (15:50 +0200)
commita72319bf282710a03a71380413eca88ea7ffe9bd
tree6af447eec72c4f7e384ca6cd8a42fd77ef73dfa8
parent9773cf1c1a803ea6c5f2726489d9bd518c17f869
staging: wfx: apply 80-columns rule to strings

Strings are allowed to exceed 80 columns but, in this case, the format
arguments should be placed on a new line. Apply this rule to the whole
code of the driver.

Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com>
Link: https://lore.kernel.org/r/20200515083325.378539-3-Jerome.Pouiller@silabs.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wfx/bus_sdio.c
drivers/staging/wfx/data_tx.c
drivers/staging/wfx/fwio.c
drivers/staging/wfx/hif_tx.c
drivers/staging/wfx/main.c