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


Groups > linux.kernel > #1684756

[PATCH v3] staging: greybus: arche: wrap over-length lines

From Mitchell Tasman <tasman@leaflabs.com>
Newsgroups linux.kernel
Subject [PATCH v3] staging: greybus: arche: wrap over-length lines
Date 2017-07-11 05:20 +0200
Message-ID <u1TSp-5lK-1@gated-at.bofh.it> (permalink)
References <u1yNY-nv-13@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Adjust formatting of several comments to keep line length within
the 80 column limit preferred by the Linux kernel coding style.

Signed-off-by: Mitchell Tasman <tasman@leaflabs.com>
---
Changes in v3: Narrow scope of patch per Viresh Kumar's feedback
Changes in v2: Add back a missing space in a comment

 drivers/staging/greybus/arche-platform.c | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/drivers/staging/greybus/arche-platform.c b/drivers/staging/greybus/arche-platform.c
index eced2d2..6259904 100644
--- a/drivers/staging/greybus/arche-platform.c
+++ b/drivers/staging/greybus/arche-platform.c
@@ -176,7 +176,10 @@ static irqreturn_t arche_platform_wd_irq(int irq, void *devid)
 				arche_platform_set_wake_detect_state(arche_pdata,
 								     WD_STATE_IDLE);
 			} else {
-				/* Check we are not in middle of irq thread already */
+				/*
+				 * Check we are not in middle of irq thread
+				 * already
+				 */
 				if (arche_pdata->wake_detect_state !=
 						WD_STATE_COLDBOOT_START) {
 					arche_platform_set_wake_detect_state(arche_pdata,
@@ -657,12 +660,14 @@ static SIMPLE_DEV_PM_OPS(arche_platform_pm_ops,
 			arche_platform_resume);
 
 static const struct of_device_id arche_platform_of_match[] = {
-	{ .compatible = "google,arche-platform", }, /* Use PID/VID of SVC device */
+	/* Use PID/VID of SVC device */
+	{ .compatible = "google,arche-platform", },
 	{ },
 };
 
 static const struct of_device_id arche_combined_id[] = {
-	{ .compatible = "google,arche-platform", }, /* Use PID/VID of SVC device */
+	/* Use PID/VID of SVC device */
+	{ .compatible = "google,arche-platform", },
 	{ .compatible = "usbffff,2", },
 	{ },
 };
-- 
2.9.3

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


Thread

[PATCH] staging: greybus: arche: wrap over-length lines Mitchell Tasman <tasman@leaflabs.com> - 2017-07-09 23:30 +0200
  [PATCH v2] staging: greybus: arche: wrap over-length lines Mitchell Tasman <tasman@leaflabs.com> - 2017-07-10 02:30 +0200
    Re: [greybus-dev] [PATCH v2] staging: greybus: arche: wrap  over-length lines Viresh Kumar <viresh.kumar@linaro.org> - 2017-07-10 06:50 +0200
      Re: [greybus-dev] [PATCH v2] staging: greybus: arche: wrap  over-length lines Viresh Kumar <viresh.kumar@linaro.org> - 2017-07-10 11:40 +0200
        Re: [greybus-dev] [PATCH v2] staging: greybus: arche: wrap  over-length lines Joe Perches <joe@perches.com> - 2017-07-11 07:30 +0200
      Re: [greybus-dev] [PATCH v2] staging: greybus: arche: wrap  over-length lines Frans Klaver <fransklaver@gmail.com> - 2017-07-10 11:40 +0200
      [PATCH v3] staging: greybus: arche: wrap over-length lines Mitchell Tasman <tasman@leaflabs.com> - 2017-07-11 05:20 +0200
        Re: [greybus-dev] [PATCH v3] staging: greybus: arche: wrap  over-length lines Viresh Kumar <viresh.kumar@linaro.org> - 2017-07-11 05:30 +0200

csiph-web