there is an unexpected word 'for' in the comments that need to be dropped
file - drivers/net/ethernet/mellanox/mlxsw/spectrum2_kvdl.c
line - 18
* ids for for this purpose in partition definition.
changed to:
* ids for this purpose in partition definition.
Signed-off-by: Jiang Jian <redacted>
---
drivers/net/ethernet/mellanox/mlxsw/spectrum2_kvdl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
On Thu, Jun 23, 2022 at 06:46:01PM +0800, Jiang Jian wrote:
there is an unexpected word 'for' in the comments that need to be dropped
file - drivers/net/ethernet/mellanox/mlxsw/spectrum2_kvdl.c
line - 18
* ids for for this purpose in partition definition.
changed to:
* ids for this purpose in partition definition.
Signed-off-by: Jiang Jian <redacted>
For for net-next:
Reviewed-by: Ido Schimmel <idosch@nvidia.com>
:)
From: Jakub Kicinski <kuba@kernel.org> Date: 2022-06-23 16:22:25
On Thu, 23 Jun 2022 18:46:01 +0800 Jiang Jian wrote:
file - drivers/net/ethernet/mellanox/mlxsw/spectrum2_kvdl.c
line - 18
* ids for for this purpose in partition definition.
changed to:
* ids for this purpose in partition definition.