All of lore.kernel.org
 help / color / mirror / Atom feed
From: Meghana Madhyastha <meghana.madhyastha@gmail.com>
To: gregkh@linuxfoundation.org, outreachy-kernel@googlegroups.com
Subject: [PATCH 1/3] Staging: vc04_services: Remove 80 columns error
Date: Tue, 12 Sep 2017 23:25:14 +0530	[thread overview]
Message-ID: <6e9dad833457dde01cfa9597920c2e6940a328cd.1505234866.git.meghana.madhyastha@gmail.com> (raw)
In-Reply-To: <cover.1505234866.git.meghana.madhyastha@gmail.com>

Split the line into multiple lines to enhance readability
and to adhere to standard codingn style.

Signed-off-by: Meghana Madhyastha <meghana.madhyastha@gmail.com>
---
 drivers/staging/vc04_services/interface/vchi/vchi.h | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/vc04_services/interface/vchi/vchi.h b/drivers/staging/vc04_services/interface/vchi/vchi.h
index 23eb7a9..6fea154 100644
--- a/drivers/staging/vc04_services/interface/vchi/vchi.h
+++ b/drivers/staging/vc04_services/interface/vchi/vchi.h
@@ -159,8 +159,9 @@ typedef struct service_info_tag {
 extern "C" {
 #endif
 
-extern /*@observer@*/ VCHI_CONNECTION_T * vchi_create_connection( const struct opaque_vchi_connection_api_t * function_table,
-                                                   const VCHI_MESSAGE_DRIVER_T * low_level);
+extern /*@observer@*/ VCHI_CONNECTION_T * vchi_create_connection(
+	const struct opaque_vchi_connection_api_t * function_table,
+	const VCHI_MESSAGE_DRIVER_T * low_level);
 
 
 // Routine used to initialise the vchi on both local + remote connections
-- 
2.7.4



      parent reply	other threads:[~2017-09-12 17:55 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-12 17:39 [PATCH 0/3] Staging: vc04_services: Code cleanup Meghana Madhyastha
2017-09-12 17:52 ` [PATCH 2/3] Staging: vc04_services: Replace "foo * bar" with "foo *bar" Meghana Madhyastha
2017-09-12 20:43   ` Greg KH
2017-09-12 17:53 ` [PATCH 3/3] Staging: vc04_services: Remove commented lines Meghana Madhyastha
2017-09-12 20:43   ` Greg KH
2017-09-12 17:55 ` Meghana Madhyastha [this message]

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=6e9dad833457dde01cfa9597920c2e6940a328cd.1505234866.git.meghana.madhyastha@gmail.com \
    --to=meghana.madhyastha@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=outreachy-kernel@googlegroups.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.