From a331d57c3e39bf2e96e9106411a628ac67058dfc Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Wed, 25 Jul 2018 11:20:17 -0700 Subject: [PATCH] net/bnx2x: remove profanity No need for profanity in comments. Signed-off-by: Stephen Hemminger Reviewed-by: Ferruh Yigit --- drivers/net/bnx2x/elink.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/drivers/net/bnx2x/elink.c b/drivers/net/bnx2x/elink.c index 9b3e00aaf8..d56936683f 100644 --- a/drivers/net/bnx2x/elink.c +++ b/drivers/net/bnx2x/elink.c @@ -5203,11 +5203,12 @@ static elink_status_t elink_get_mod_abs_int_cfg(struct bnx2x_softc *sc, PORT_HW_CFG_E3_MOD_ABS_MASK) >> PORT_HW_CFG_E3_MOD_ABS_SHIFT; - /* Should not happen. This function called upon interrupt - * triggered by GPIO ( since EPIO can only generate interrupts - * to MCP). + /* + * This should not happen since this function is called + * from interrupt triggered by GPIO (since EPIO can only + * generate interrupts to MCP). * So if this function was called and none of the GPIOs was set, - * it means the shit hit the fan. + * it means something disastrous has already happened. */ if ((cfg_pin < PIN_CFG_GPIO0_P0) || (cfg_pin > PIN_CFG_GPIO3_P1)) { -- 2.39.5