spi: dln2: Fix open brace following function definitions go on the next line
authorJay Fang <f.fangjian@huawei.com>
Wed, 24 Mar 2021 06:16:37 +0000 (14:16 +0800)
committerMark Brown <broonie@kernel.org>
Wed, 24 Mar 2021 19:51:08 +0000 (19:51 +0000)
commit211f8a0a39cd7dcd9c14744053ea681a0e7eb36d
tree548f4bb127a44489cab51b5b6c731df8006f5c42
parent99b3a36204564cb689cd862794043e1b8f5863b1
spi: dln2: Fix open brace following function definitions go on the next line

Fix checkpatch error:

  ERROR: open brace '{' following function definitions go on the next line
  #545: FILE: spi-dln2.c:545:
  +static int dln2_spi_rdwr(struct dln2_spi *dln2, const u8 *tx_data,
  +  u8 *rx_data, u16 data_len, u8 attr) {

Signed-off-by: Jay Fang <f.fangjian@huawei.com>
Link: https://lore.kernel.org/r/1616566602-13894-7-git-send-email-f.fangjian@huawei.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-dln2.c