Message ID | 1624096589-13452-1-git-send-email-huangguangbin2@huawei.com (mailing list archive) |
---|---|
Headers | show |
Series | net: at91_can: clean up some code style issues | expand |
On 19.06.2021 17:56:21, Guangbin Huang wrote: > This patchset clean up some code style issues. > > Peng Li (8): > net: at91_can: remove redundant blank lines > net: at91_can: add blank line after declarations > net: at91_can: fix the code style issue about macro > net: at91_can: use BIT macro > net: at91_can: fix the alignment issue > net: at91_can: add braces {} to all arms of the statement > net: at91_can: remove redundant space > net: at91_can: fix the comments style issue > > drivers/net/can/at91_can.c | 131 +++++++++++++++++++++------------------------ > 1 file changed, 60 insertions(+), 71 deletions(-) Applied whole series to linux-can-net/testing. Thanks, Marc