Commit 4e38d514 authored by Peng Li's avatar Peng Li Committed by David S. Miller
Browse files

net: hdlc_cisco: add blank line after declaration



This patch fixes the checkpatch error about missing a blank line
after declarations.

Signed-off-by: default avatarPeng Li <lipeng321@huawei.com>
Signed-off-by: default avatarGuangbin Huang <huangguangbin2@huawei.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 05ff5525
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -214,6 +214,7 @@ static int cisco_rx(struct sk_buff *skb)
				st->last_poll = jiffies;
				if (!st->up) {
					u32 sec, min, hrs, days;

					sec = ntohl(cisco_data->time) / 1000;
					min = sec / 60; sec -= min * 60;
					hrs = min / 60; min -= hrs * 60;