projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0240053
)
net: at91_can: remove redundant space
author
Peng Li
<lipeng321@huawei.com>
Sat, 19 Jun 2021 09:56:28 +0000
(17:56 +0800)
committer
Marc Kleine-Budde
<mkl@pengutronix.de>
Sun, 25 Jul 2021 09:36:27 +0000
(11:36 +0200)
According to the chackpatch.pl, no space before tabs.
Link:
https://lore.kernel.org/r/1624096589-13452-8-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 87c2555933e421b32589f9bee391c738db21d0ca..3709152e96954a9ee37f90b778c77c3d693fcd97 100644
(file)
--- a/
drivers/net/can/at91_can.c
+++ b/
drivers/net/can/at91_can.c
@@
-163,7
+163,7
@@
static const struct can_bittiming_const at91_bittiming_const = {
.tseg2_min = 2,
.tseg2_max = 8,
.sjw_max = 4,
- .brp_min = 2,
+ .brp_min = 2,
.brp_max = 128,
.brp_inc = 1,
};