Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

octeon_ep: Remove unnecessary semicolons in octep_oq_drop_rx()

Remove unnecessary semicolons in octep_oq_drop_rx().

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.x90@mail.toshiba>
Link: https://patch.msgid.link/1775711291-13938-1-git-send-email-nobuhiro.iwamatsu.x90@mail.toshiba
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Nobuhiro Iwamatsu and committed by
Jakub Kicinski
21ad19a9 baf7cebc

+1 -1
+1 -1
drivers/net/ethernet/marvell/octeon_ep/octep_rx.c
··· 392 392 while (data_len > 0) { 393 393 octep_oq_next_pkt(oq, buff_info, read_idx, desc_used); 394 394 data_len -= oq->buffer_size; 395 - }; 395 + } 396 396 } 397 397 398 398 /**