[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <ae23d2ee684d28139b8d0dc86b988d9ef84e7c3a.1413858979.git.bvandre@gmail.com>
Date: Mon, 20 Oct 2014 21:48:49 -0500
From: Brian Vandre <bvandre@...il.com>
To: gregkh@...uxfoundation.org, jic23@...nel.org,
alexandre.belloni@...e-electrons.com, linux-iio@...r.kernel.org
Cc: Brian Vandre <bvandre@...il.com>, linux-kernel@...r.kernel.org
Subject: [PATCH 2/2] Staging: iio: adc: fix line over 80 characters
This fixes the checkpatch.pl warning:
WARNING: line over 80 characters
Signed-off-by: Brian Vandre <bvandre@...il.com>
---
drivers/staging/iio/adc/mxs-lradc.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/staging/iio/adc/mxs-lradc.c b/drivers/staging/iio/adc/mxs-lradc.c
index 7d4b068..62449a6 100644
--- a/drivers/staging/iio/adc/mxs-lradc.c
+++ b/drivers/staging/iio/adc/mxs-lradc.c
@@ -514,7 +514,8 @@ static void mxs_lradc_setup_ts_pressure(struct mxs_lradc *lradc, unsigned ch1,
* SoC's delay unit and start the conversion later
* and automatically.
*/
- mxs_lradc_reg_wrt(lradc, LRADC_DELAY_TRIGGER(0) | /* don't trigger ADC */
+ mxs_lradc_reg_wrt(lradc,
+ LRADC_DELAY_TRIGGER(0) | /* don't trigger ADC */
LRADC_DELAY_TRIGGER_DELAYS(1 << 3) | /* trigger DELAY unit#3 */
LRADC_DELAY_KICK |
LRADC_DELAY_DELAY(lradc->settling_delay), LRADC_DELAY(2));
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists