[PATCH] Doc: Correct typo, "Introdution" => "Introduction"

2016-12-01 Thread Sanjeev
This corrects a set of spelling mistakes, probably from an automated conversion. Signed-off-by: Sanjeev Gupta <gha...@gmail.com> --- Documentation/admin-guide/unicode.rst | 4 ++-- Documentation/media/dvb-drivers/intro.rst | 4 ++-- Documentation/media/v4l-drivers/cafe_ccic.r

RE: [PATCH] omap3: isp: fix compiler warning

2011-05-23 Thread Premi, Sanjeev
-Original Message- From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com] Sent: Monday, May 23, 2011 12:56 AM To: Mauro Carvalho Chehab Cc: Premi, Sanjeev; linux-media@vger.kernel.org Subject: Re: [PATCH] omap3: isp: fix compiler warning Hi Mauro and Sanjeev

[PATCH] omap3: isp: fix compiler warning

2011-05-18 Thread Sanjeev Premi
This patch fixes this compiler warning: drivers/media/video/omap3isp/isp.c: In function 'isp_isr_dbg': drivers/media/video/omap3isp/isp.c:392:2: warning: zero-length gnu_printf format string Since printk() is used in next few statements, same was used here as well. Signed-off-by: Sanjeev