Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[media] dib9000: fix typo in spelling the word empty

Thanks-to: Joe Perches <joe@perches.com>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>

authored by

Michael Krufky and committed by
Mauro Carvalho Chehab
d7f74c03 f25bbaff

+1 -1
+1 -1
drivers/media/dvb-frontends/dib9000.c
··· 651 651 b++; 652 652 dprintk("%s", b); 653 653 } else 654 - dprintk("RISC%d: %d.%04d %s", state->fe_id, ts / 10000, ts % 10000, *b ? b : "<emtpy>"); 654 + dprintk("RISC%d: %d.%04d %s", state->fe_id, ts / 10000, ts % 10000, *b ? b : "<empty>"); 655 655 return 1; 656 656 } 657 657