net: at91_can: remove redundant blank lines
authorPeng Li <lipeng321@huawei.com>
Sat, 19 Jun 2021 09:56:22 +0000 (17:56 +0800)
committerMarc Kleine-Budde <mkl@pengutronix.de>
Sun, 25 Jul 2021 09:36:26 +0000 (11:36 +0200)
This patch removes some redundant blank lines.

Link: https://lore.kernel.org/r/1624096589-13452-2-git-send-email-huangguangbin2@huawei.com
Signed-off-by: Peng Li <lipeng321@huawei.com>
Signed-off-by: Guangbin Huang <huangguangbin2@huawei.com>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
drivers/net/can/at91_can.c

index ca736b2..1d3f36a 100644 (file)
@@ -935,7 +935,6 @@ static void at91_irq_err_state(struct net_device *dev,
                break;
        }
 
-
        /* process state changes depending on the new state */
        switch (new_state) {
        case CAN_STATE_ERROR_ACTIVE:
@@ -1004,7 +1003,6 @@ static int at91_get_state_by_bec(const struct net_device *dev,
        return 0;
 }
 
-
 static void at91_irq_err(struct net_device *dev)
 {
        struct at91_priv *priv = netdev_priv(dev);