From: Lee Jones Date: Wed, 14 Apr 2021 18:10:50 +0000 (+0100) Subject: staging: octeon: ethernet-tx: Fix formatting issue in function header X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=efda125b79e8f4e907ed465b1d3eccee7c2dc960;p=linux.git staging: octeon: ethernet-tx: Fix formatting issue in function header Fixes the following W=1 kernel build warning(s): drivers/staging/octeon/ethernet-tx.c:507: warning: bad line: Cc: Greg Kroah-Hartman Cc: Thomas Gleixner Cc: Kees Cook Cc: linux-staging@lists.linux.dev Signed-off-by: Lee Jones Link: https://lore.kernel.org/r/20210414181129.1628598-19-lee.jones@linaro.org Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/octeon/ethernet-tx.c b/drivers/staging/octeon/ethernet-tx.c index 9c71ad5af7b98..1ad94c5060b52 100644 --- a/drivers/staging/octeon/ethernet-tx.c +++ b/drivers/staging/octeon/ethernet-tx.c @@ -504,7 +504,6 @@ skip_xmit: * cvm_oct_xmit_pow - transmit a packet to the POW * @skb: Packet to send * @dev: Device info structure - * Returns Always returns zero */ int cvm_oct_xmit_pow(struct sk_buff *skb, struct net_device *dev)