Resend to maintainer.
Regards :) ---------- Forwarded message ---------- From: Hao Zhang <[email protected]> Date: 2017-09-29 18:19 GMT+08:00 Subject: [PATCH] net: ethernet: sfc: There is a typo, modify curent to current. To: [email protected], [email protected], [email protected] 抄送: [email protected], [email protected] There is a typo, fix it by modify curent to current. Signed-off-by: Hao Zhang <[email protected]> --- 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
