[PATCH] iio/accel: fixed 1 coding style problem

Tan Nguyen tan.nqd at gmail.com
Tue Jun 16 09:09:34 UTC 2015


Break line to fix "line over 80 characters" style problem.

Signed-off-by: Tan Nguyen <tan.nqd at gmail.com>
---
 drivers/staging/iio/accel/adis16220_core.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/staging/iio/accel/adis16220_core.c b/drivers/staging/iio/accel/adis16220_core.c
index e46a91c..60d9af4 100644
--- a/drivers/staging/iio/accel/adis16220_core.c
+++ b/drivers/staging/iio/accel/adis16220_core.c
@@ -387,7 +387,8 @@ static const struct iio_info adis16220_info = {
 };
 
 static const char * const adis16220_status_error_msgs[] = {
-	[ADIS16220_DIAG_STAT_VIOLATION_BIT] = "Capture period violation/interruption",
+	[ADIS16220_DIAG_STAT_VIOLATION_BIT] =
+				"Capture period violation/interruption",
 	[ADIS16220_DIAG_STAT_SPI_FAIL_BIT] = "SPI failure",
 	[ADIS16220_DIAG_STAT_FLASH_UPT_BIT] = "Flash update failed",
 	[ADIS16220_DIAG_STAT_POWER_HIGH_BIT] = "Power supply above 3.625V",
-- 
1.9.1



More information about the devel mailing list