treewide: fix typo in printk and Kconfig
This patch fix spelling typo in printk and Kconfig within various part of kernel sources. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
@@ -4958,7 +4958,7 @@ static ssize_t store_uframe_periodic_max(struct device *dev,
|
||||
|
||||
if (allocated_max > uframe_periodic_max) {
|
||||
fotg210_info(fotg210,
|
||||
"cannot decrease uframe_periodic_max becase "
|
||||
"cannot decrease uframe_periodic_max because "
|
||||
"periodic bandwidth is already allocated "
|
||||
"(%u > %u)\n",
|
||||
allocated_max, uframe_periodic_max);
|
||||
|
Reference in New Issue
Block a user