Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+7 −5
Original line number Diff line number Diff line
@@ -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;
		}