Thread (14 messages) flat view 14 messages, 2 authors, 2018-09-24

[PATCH v2 5/5] staging: vc04_services: Remove spaces after '*'

From: Dan Carpenter <hidden>
Date: 2018-09-24 10:02:50
Also in: lkml

On Sun, Sep 23, 2018 at 03:06:20PM +0100, Aymen Qader wrote:
This patch fixes the checkpatch.pl error:

ERROR: "foo * bar" should be "foo* bar"
                                ^^^^^^^^
It should be "foo *bar".
quoted hunk ↗ jump to hunk
in the interface/vchi directory

Signed-off-by: Aymen Qader <redacted>
---
 drivers/staging/vc04_services/interface/vchi/vchi.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/vc04_services/interface/vchi/vchi.h b/drivers/staging/vc04_services/interface/vchi/vchi.h
index f818cf2e27e1..77bf92018165 100644
--- a/drivers/staging/vc04_services/interface/vchi/vchi.h
+++ b/drivers/staging/vc04_services/interface/vchi/vchi.h
@@ -154,7 +154,7 @@ typedef struct service_info_tag {
 extern "C" {
 #endif
 
-extern /*@observer@*/ VCHI_CONNECTION_T * vchi_create_connection(const VCHI_CONNECTION_API_T * function_table,
                                                                                                ^^^^^^^^^^^^^^^^^
+extern /*@observer@*/ VCHI_CONNECTION_T *vchi_create_connection(const VCHI_CONNECTION_API_T * function_table,
 								 const VCHI_MESSAGE_DRIVER_T * low_level);
                                                                                             ^^^^^^^^^^^

Change these as well.

regards,
dan carpenter
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help