Commit 10ae5fad authored by Benjamin Romer's avatar Benjamin Romer Committed by Greg Kroah-Hartman

staging: unisys: fix line spacing in uisutils.c

Just remove the couple of extra blank lines.
Signed-off-by: default avatarBryan Thompson <bryan.thompson@unisys.com>
Signed-off-by: default avatarBenjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 3206f853
...@@ -42,7 +42,6 @@ atomic_t uisutils_registered_services = ATOMIC_INIT(0); ...@@ -42,7 +42,6 @@ atomic_t uisutils_registered_services = ATOMIC_INIT(0);
* uisctrl_register_req_handler() or * uisctrl_register_req_handler() or
* uisctrl_register_req_handler_ex() */ * uisctrl_register_req_handler_ex() */
/*****************************************************/ /*****************************************************/
/* Utility functions */ /* Utility functions */
/*****************************************************/ /*****************************************************/
...@@ -255,7 +254,6 @@ dolist: if (skb_shinfo(skb)->frag_list) { ...@@ -255,7 +254,6 @@ dolist: if (skb_shinfo(skb)->frag_list) {
for (skbinlist = skb_shinfo(skb)->frag_list; skbinlist; for (skbinlist = skb_shinfo(skb)->frag_list; skbinlist;
skbinlist = skbinlist->next) { skbinlist = skbinlist->next) {
c = uisutil_copy_fragsinfo_from_skb("recursive", c = uisutil_copy_fragsinfo_from_skb("recursive",
skbinlist, skbinlist,
skbinlist->len - skbinlist->data_len, skbinlist->len - skbinlist->data_len,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment