public inbox for linux-iio@vger.kernel.org
 help / color / mirror / Atom feed
From: Tan Nguyen <tan.nqd@gmail.com>
To: lars@metafoo.de
Cc: linux-iio@vger.kernel.org
Subject: [PATCH] iio/accel: fixed 1 coding style problem
Date: Sat, 20 Jun 2015 10:43:52 +0700	[thread overview]
Message-ID: <1434771832-13305-1-git-send-email-tan.nqd@gmail.com> (raw)

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

Signed-off-by: Tan Nguyen <tan.nqd@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

--
To unsubscribe from this list: send the line "unsubscribe linux-iio" in

             reply	other threads:[~2015-06-20  3:44 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-20  3:43 Tan Nguyen [this message]
2015-06-21  9:47 ` [PATCH] iio/accel: fixed 1 coding style problem Daniel Baluta
2015-06-21  9:50   ` Jonathan Cameron

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1434771832-13305-1-git-send-email-tan.nqd@gmail.com \
    --to=tan.nqd@gmail.com \
    --cc=lars@metafoo.de \
    --cc=linux-iio@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox