projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
543de88
)
ax25: remove blank line at EOF
author
Stephen Hemminger
<stephen@networkplumber.org>
Tue, 24 Jul 2018 19:29:12 +0000
(12:29 -0700)
committer
David S. Miller
<davem@davemloft.net>
Tue, 24 Jul 2018 21:10:42 +0000
(14:10 -0700)
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ax25/ax25_addr.c
patch
|
blob
|
history
net/ax25/ax25_ds_in.c
patch
|
blob
|
history
net/ax25/ax25_ds_subr.c
patch
|
blob
|
history
net/ax25/ax25_ip.c
patch
|
blob
|
history
net/ax25/ax25_out.c
patch
|
blob
|
history
diff --git
a/net/ax25/ax25_addr.c
b/net/ax25/ax25_addr.c
index ac2542b7be889955725c3329ad2493e9d6434a74..a14cfa736b63cd88cc5974221df4b1a5283023f7 100644
(file)
--- a/
net/ax25/ax25_addr.c
+++ b/
net/ax25/ax25_addr.c
@@
-304,4
+304,3
@@
void ax25_digi_invert(const ax25_digi *in, ax25_digi *out)
}
}
}
-
diff --git
a/net/ax25/ax25_ds_in.c
b/net/ax25/ax25_ds_in.c
index 891596e7427835b37c752018b1627ca34e7538f9..488fc2d7085a5959109539a5433a7ac235ff59ea 100644
(file)
--- a/
net/ax25/ax25_ds_in.c
+++ b/
net/ax25/ax25_ds_in.c
@@
-299,4
+299,3
@@
int ax25_ds_frame_in(ax25_cb *ax25, struct sk_buff *skb, int type)
return queued;
}
-
diff --git
a/net/ax25/ax25_ds_subr.c
b/net/ax25/ax25_ds_subr.c
index 28827e81ba2b42eee62f6411cc742b6752d6306a..bc0329f4301377ee714c888d295869b5b293502c 100644
(file)
--- a/
net/ax25/ax25_ds_subr.c
+++ b/
net/ax25/ax25_ds_subr.c
@@
-205,4
+205,3
@@
void ax25_dama_off(ax25_cb *ax25)
ax25->condition &= ~AX25_COND_DAMA_MODE;
ax25_dev_dama_off(ax25->ax25_dev);
}
-
diff --git
a/net/ax25/ax25_ip.c
b/net/ax25/ax25_ip.c
index 183b1c583d561f7a925de423eb5ea9fef7e025b3..70417e9b932ddcc2d7e5eb8ff1652a0d6ae6d457 100644
(file)
--- a/
net/ax25/ax25_ip.c
+++ b/
net/ax25/ax25_ip.c
@@
-249,4
+249,3
@@
const struct header_ops ax25_header_ops = {
EXPORT_SYMBOL(ax25_header_ops);
EXPORT_SYMBOL(ax25_ip_xmit);
-
diff --git
a/net/ax25/ax25_out.c
b/net/ax25/ax25_out.c
index b11a5f466fcce742dda24e1edc6f40a038ffcf4e..3e5afc8dc93e0860e04331269a8d51c725d7c8bf 100644
(file)
--- a/
net/ax25/ax25_out.c
+++ b/
net/ax25/ax25_out.c
@@
-394,4
+394,3
@@
int ax25_check_iframes_acked(ax25_cb *ax25, unsigned short nr)
}
return 0;
}
-