Commit 16325f18 authored by Tobias Ollmann's avatar Tobias Ollmann Committed by Greg Kroah-Hartman

USB: host: uhci-q: Fixed minor coding style issues

Fixed coding style issues (delete trailing whitespaces, break
long line)
Signed-off-by: default avatarTobias Ollmann <tobias.ollmann@gmx.at>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 34404082
......@@ -195,7 +195,9 @@ static inline void uhci_remove_td_from_frame_list(struct uhci_hcd *uhci,
} else {
struct uhci_td *ntd;
ntd = list_entry(td->fl_list.next, struct uhci_td, fl_list);
ntd = list_entry(td->fl_list.next,
struct uhci_td,
fl_list);
uhci->frame[td->frame] = LINK_TO_TD(ntd);
uhci->frame_cpu[td->frame] = ntd;
}
......
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