[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20180924100206.dhbdz4fbrmba3dwh@mwanda>
Date: Mon, 24 Sep 2018 13:02:06 +0300
From: Dan Carpenter <dan.carpenter@...cle.com>
To: Aymen Qader <qader.aymen@...il.com>
Cc: Stefan Wahren <stefan.wahren@...e.com>, devel@...verdev.osuosl.org,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
linux-kernel@...r.kernel.org, Eric Anholt <eric@...olt.net>,
linux-rpi-kernel@...ts.infradead.org,
linux-arm-kernel@...ts.infradead.org
Subject: Re: [PATCH v2 5/5] staging: vc04_services: Remove spaces after '*'
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".
>
> in the interface/vchi directory
>
> Signed-off-by: Aymen Qader <qader.aymen@...il.com>
> ---
> 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 /*@...erver@*/ VCHI_CONNECTION_T * vchi_create_connection(const VCHI_CONNECTION_API_T * function_table,
^^^^^^^^^^^^^^^^^
> +extern /*@...erver@*/ 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
Powered by blists - more mailing lists