Linux Media Controller development
 help / color / mirror / Atom feed
* [PATCH] media:staging:atomisp:ap1302: Fix comment style
@ 2017-08-10 12:53 Harold Gomez
  0 siblings, 0 replies; only message in thread
From: Harold Gomez @ 2017-08-10 12:53 UTC (permalink / raw)
  To: mchehab; +Cc: gregkh, linux-media, devel, linux-kernel

fix comment style to avoid warning from
checkpatch.pl script

Signed-off-by: Harold Gomez <haroldgmz11@gmail.com>
---
 drivers/staging/media/atomisp/i2c/ap1302.c | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/drivers/staging/media/atomisp/i2c/ap1302.c b/drivers/staging/media/atomisp/i2c/ap1302.c
index fd0f2ac..7a0c0d5 100644
--- a/drivers/staging/media/atomisp/i2c/ap1302.c
+++ b/drivers/staging/media/atomisp/i2c/ap1302.c
@@ -235,11 +235,14 @@ static u16
 ap1302_calculate_context_reg_addr(enum ap1302_contexts context, u16 offset)
 {
 	u16 reg_addr;
-	/* The register offset is defined according to preview/video registers.
-	   Preview and video context have the same register definition.
-	   But snapshot context does not have register S1_SENSOR_MODE.
-	   When setting snapshot registers, if the offset exceeds
-	   S1_SENSOR_MODE, the actual offset needs to minus 2. */
+	/*
+	 * The register offset is defined according to preview/video registers.
+	 * Preview and video context have the same register definition.
+	 * But snapshot context does not have register S1_SENSOR_MODE.
+	 * When setting snapshot registers, if the offset exceeds
+	 * S1_SENSOR_MODE, the actual offset needs to minus 2.
+	 *
+	 */
 	if (context == CONTEXT_SNAPSHOT) {
 		if (offset == CNTX_S1_SENSOR_MODE)
 			return 0;
-- 
2.1.4

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-08-10 12:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-10 12:53 [PATCH] media:staging:atomisp:ap1302: Fix comment style Harold Gomez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox