staging: unisys: fix line spacing in uisutils.c
Just remove the couple of extra blank lines. Signed-off-by: Bryan Thompson <bryan.thompson@unisys.com> Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
3206f85318
commit
10ae5fad71
1 changed files with 0 additions and 2 deletions
|
@ -42,7 +42,6 @@ atomic_t uisutils_registered_services = ATOMIC_INIT(0);
|
|||
* uisctrl_register_req_handler() or
|
||||
* uisctrl_register_req_handler_ex() */
|
||||
|
||||
|
||||
/*****************************************************/
|
||||
/* Utility functions */
|
||||
/*****************************************************/
|
||||
|
@ -255,7 +254,6 @@ dolist: if (skb_shinfo(skb)->frag_list) {
|
|||
|
||||
for (skbinlist = skb_shinfo(skb)->frag_list; skbinlist;
|
||||
skbinlist = skbinlist->next) {
|
||||
|
||||
c = uisutil_copy_fragsinfo_from_skb("recursive",
|
||||
skbinlist,
|
||||
skbinlist->len - skbinlist->data_len,
|
||||
|
|
Loading…
Reference in a new issue