mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
net: hdlc_cisco: remove redundant space
Space prohibited between function name and open parenthesis '('. Signed-off-by: Peng Li <lipeng321@huawei.com> Signed-off-by: Guangbin Huang <huangguangbin2@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
4e38d51478
commit
4a20f8ecbf
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ static int cisco_rx(struct sk_buff *skb)
|
|||
cisco_data = (struct cisco_packet *)(skb->data + sizeof
|
||||
(struct hdlc_header));
|
||||
|
||||
switch (ntohl (cisco_data->type)) {
|
||||
switch (ntohl(cisco_data->type)) {
|
||||
case CISCO_ADDR_REQ: /* Stolen from syncppp.c :-) */
|
||||
rcu_read_lock();
|
||||
in_dev = __in_dev_get_rcu(dev);
|
||||
|
|
Loading…
Add table
Reference in a new issue