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

Commit 4747f2bb authored by Masanari Iida's avatar Masanari Iida Committed by Jiri Kosina
Browse files

usb: Fix typo in ehci-dbg.c



Correct spelling "peridic" to "periodic" in
drivers/usb/host/ehci-dbg.c

Signed-off-by: default avatarMasanari Iida <standby24x7@gmail.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 625e32e5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -107,7 +107,7 @@ static void dbg_hcc_params (struct ehci_hcd *ehci, char *label)
			HCC_PER_PORT_CHANGE_EVENT(params) ? " ppce" : "",
			HCC_HW_PREFETCH(params) ? " hw prefetch" : "",
			HCC_32FRAME_PERIODIC_LIST(params) ?
				" 32 peridic list" : "");
				" 32 periodic list" : "");
	}
}
#else