diff options
author | Shannon Nelson <snelson@pensando.io> | 2022-02-17 14:02:52 -0800 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2022-02-18 20:37:14 -0800 |
commit | ecea8bb429b0e5758841ac19d8d7a153591ac9d7 (patch) | |
tree | ba8da8302a223147e7073421d71dc72d7d923d59 /drivers/net/ethernet/pensando/ionic/ionic_txrx.c | |
parent | 799c230e93621924b922d6ed4190b1e4a3f31f28 (diff) |
ionic: clean up comments and whitespace
Fix up some checkpatch complaints that have crept in:
doubled words words, mispellled words, doubled lines.
Signed-off-by: Shannon Nelson <snelson@pensando.io>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'drivers/net/ethernet/pensando/ionic/ionic_txrx.c')
-rw-r--r-- | drivers/net/ethernet/pensando/ionic/ionic_txrx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ethernet/pensando/ionic/ionic_txrx.c b/drivers/net/ethernet/pensando/ionic/ionic_txrx.c index d197a70a49c9..f54035455ad6 100644 --- a/drivers/net/ethernet/pensando/ionic/ionic_txrx.c +++ b/drivers/net/ethernet/pensando/ionic/ionic_txrx.c @@ -10,7 +10,6 @@ #include "ionic_lif.h" #include "ionic_txrx.h" - static inline void ionic_txq_post(struct ionic_queue *q, bool ring_dbell, ionic_desc_cb cb_func, void *cb_arg) { |