From: Uwe Bugla Date: Tue, 11 Apr 2006 13:20:34 +0000 (-0300) Subject: V4L/DVB (3768): Fix a tab error in cx14110.c, dprintk X-Git-Tag: upstream/snapshot3+hdmi~39927^2~223 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ed7f36b6c68a18260798b16ba48ad7b22f54c2e6;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git V4L/DVB (3768): Fix a tab error in cx14110.c, dprintk Signed-off-by: Uwe Bugla Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/dvb/frontends/cx24110.c b/drivers/media/dvb/frontends/cx24110.c index f3edf8b..a8d0edd 100644 --- a/drivers/media/dvb/frontends/cx24110.c +++ b/drivers/media/dvb/frontends/cx24110.c @@ -250,7 +250,7 @@ static int cx24110_set_symbolrate (struct cx24110_state* state, u32 srate) static const u32 bands[]={5000000UL,15000000UL,90999000UL/2}; int i; -dprintk("cx24110 debug: entering %s(%d)\n",__FUNCTION__,srate); + dprintk("cx24110 debug: entering %s(%d)\n",__FUNCTION__,srate); if (srate>90999000UL/2) srate=90999000UL/2; if (srate<500000)