projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c909e7c
)
cxgb4/cxgb4vf: Fix typo in comments
author
Jiang Jian
<jiangjian@cdjrlc.com>
Wed, 22 Jun 2022 14:48:41 +0000
(22:48 +0800)
committer
Jakub Kicinski
<kuba@kernel.org>
Fri, 24 Jun 2022 03:55:27 +0000
(20:55 -0700)
Remove the repeated word 'and' from comments
Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com>
Link:
https://lore.kernel.org/r/20220622144841.21274-1-jiangjian@cdjrlc.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c
b/drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c
index d546993bda09cce4cd49dce55345d7bb8ddc6a6b..1c52592d3b658d21ec4a3d5f449a8223f77cae54 100644
(file)
--- a/
drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c
+++ b/
drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c
@@
-877,7
+877,7
@@
int t4vf_get_sge_params(struct adapter *adapter)
/* T4 uses a single control field to specify both the PCIe Padding and
* Packing Boundary. T5 introduced the ability to specify these
- * separately with the Padding Boundary in SGE_CONTROL and
and
Packing
+ * separately with the Padding Boundary in SGE_CONTROL and Packing
* Boundary in SGE_CONTROL2. So for T5 and later we need to grab
* SGE_CONTROL in order to determine how ingress packet data will be
* laid out in Packed Buffer Mode. Unfortunately, older versions of