projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42b9fd6
)
net: at91_can: remove redundant blank lines
author
Peng Li
<lipeng321@huawei.com>
Sat, 19 Jun 2021 09:56:22 +0000
(17:56 +0800)
committer
Marc 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
patch
|
blob
|
history
diff --git
a/drivers/net/can/at91_can.c
b/drivers/net/can/at91_can.c
index ca736b26e218ca41954a694aeed569de0b12f11c..1d3f36abdc4cd3dfe414eccf99704685258e993b 100644
(file)
--- a/
drivers/net/can/at91_can.c
+++ b/
drivers/net/can/at91_can.c
@@
-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);