]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-client.git/commitdiff
octeon_ep: Remove unnecessary semicolons in octep_oq_drop_rx()
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.x90@mail.toshiba>
Thu, 9 Apr 2026 05:08:11 +0000 (14:08 +0900)
committerJakub Kicinski <kuba@kernel.org>
Sun, 12 Apr 2026 20:50:13 +0000 (13:50 -0700)
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>
drivers/net/ethernet/marvell/octeon_ep/octep_rx.c

index 74de19166488f0b81456bf9d05e9e0d2df5e6ead..e6ebc7e44a00c9ec728cfef10e1555ee70a8a797 100644 (file)
@@ -392,7 +392,7 @@ static void octep_oq_drop_rx(struct octep_oq *oq,
        while (data_len > 0) {
                octep_oq_next_pkt(oq, buff_info, read_idx, desc_used);
                data_len -= oq->buffer_size;
-       };
+       }
 }
 
 /**