Resend to maintainer.
Regards :) ---------- Forwarded message ---------- From: Hao Zhang <hao5781...@gmail.com> Date: 2017-09-29 18:19 GMT+08:00 Subject: [PATCH] net: ethernet: sfc: There is a typo, modify curent to current. To: linux-net-driv...@solarflare.com, ec...@solarflare.com, bkenw...@solarflare.com 抄送: linux-ker...@vger.kernel.org, hao5781...@gmail.com There is a typo, fix it by modify curent to current. Signed-off-by: Hao Zhang <hao5781...@gmail.com> --- drivers/net/ethernet/sfc/mcdi_pcol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ethernet/sfc/mcdi_pcol.h b/drivers/net/ethernet/sfc/mcdi_pcol.h index 91fb54f..8bfc8d4 100644 --- a/drivers/net/ethernet/sfc/mcdi_pcol.h +++ b/drivers/net/ethernet/sfc/mcdi_pcol.h @@ -11505,7 +11505,7 @@ /***********************************/ /* MC_CMD_GET_SNAPSHOT_LENGTH - * Obtain the curent range of allowable values for the SNAPSHOT_LENGTH + * Obtain the current range of allowable values for the SNAPSHOT_LENGTH * parameter to MC_CMD_INIT_RXQ. */ #define MC_CMD_GET_SNAPSHOT_LENGTH 0x101 -- 2.7.4