projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3e2bad
)
amd/xgbe: fix repeated words in comments
author
Jilin Yuan
<yuanjilin@cdjrlc.com>
Sat, 25 Jun 2022 07:06:33 +0000
(15:06 +0800)
committer
Jakub Kicinski
<kuba@kernel.org>
Tue, 28 Jun 2022 05:06:18 +0000
(22:06 -0700)
Delete the redundant word 'use'.
Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
Link:
https://lore.kernel.org/r/20220625070633.64982-1-yuanjilin@cdjrlc.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/amd/xgbe/xgbe.h
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/amd/xgbe/xgbe.h
b/drivers/net/ethernet/amd/xgbe/xgbe.h
index
d954755
..
b875c43
100644
(file)
--- a/
drivers/net/ethernet/amd/xgbe/xgbe.h
+++ b/
drivers/net/ethernet/amd/xgbe/xgbe.h
@@
-417,7
+417,7
@@
struct xgbe_rx_ring_data {
/* Structure used to hold information related to the descriptor
* and the packet associated with the descriptor (always use
- *
use
the XGBE_GET_DESC_DATA macro to access this data from the ring)
+ * the XGBE_GET_DESC_DATA macro to access this data from the ring)
*/
struct xgbe_ring_data {
struct xgbe_ring_desc *rdesc; /* Virtual address of descriptor */