diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2013-09-30 12:24:48 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2013-10-02 05:48:14 -0400 |
commit | d7f74c0310c3245052d4b8f6b92d8fc628785e76 (patch) | |
tree | 1e59f6908cad3c98ce27597384c627093b005389 /drivers/media/dvb-frontends | |
parent | f25bbaff71a779a7d347e0588e56d890a153af1b (diff) |
[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>
Diffstat (limited to 'drivers/media/dvb-frontends')
-rw-r--r-- | drivers/media/dvb-frontends/dib9000.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb-frontends/dib9000.c b/drivers/media/dvb-frontends/dib9000.c index 61b2cfe6789c..e540cfb13bac 100644 --- a/drivers/media/dvb-frontends/dib9000.c +++ b/drivers/media/dvb-frontends/dib9000.c | |||
@@ -651,7 +651,7 @@ static int dib9000_risc_debug_buf(struct dib9000_state *state, u16 * data, u8 si | |||
651 | b++; | 651 | b++; |
652 | dprintk("%s", b); | 652 | dprintk("%s", b); |
653 | } else | 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 | return 1; | 655 | return 1; |
656 | } | 656 | } |
657 | 657 | ||