fix comment style to avoid warning from checkpatch.pl script Signed-off-by: Harold Gomez <haroldgmz11@xxxxxxxxx> --- 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 _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel