Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1708608

[PATCH] media:staging:atomisp:ap1302: Fix comment style

From Harold Gomez <haroldgmz11@gmail.com>
Newsgroups linux.kernel
Subject [PATCH] media:staging:atomisp:ap1302: Fix comment style
Date 2017-08-10 15:00 +0200
Message-ID <ucVec-5GH-51@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[PATCH] media:staging:atomisp:ap1302: Fix comment style Harold Gomez <haroldgmz11@gmail.com> - 2017-08-10 15:00 +0200

csiph-web