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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user