trivial: remove unnecessary semicolons
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
2944fcbe03
commit
a419aef8b8
54 changed files with 61 additions and 69 deletions
|
@ -213,7 +213,7 @@ static int uwire_txrx(struct spi_device *spi, struct spi_transfer *t)
|
|||
unsigned bits = ust->bits_per_word;
|
||||
unsigned bytes;
|
||||
u16 val, w;
|
||||
int status = 0;;
|
||||
int status = 0;
|
||||
|
||||
if (!t->tx_buf && !t->rx_buf)
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue