From: Greg KH <gregkh@linuxfoundation.org>
To: Jamal Shareef <jamal.k.shareef@gmail.com>
Cc: outreachy-kernel@googlegroups.com, eric@anholt.net, wahrenst@gmx.net
Subject: Re: [PATCH v4 3/8] staging: vc04_services: Remove struct typedefs in vchi
Date: Sat, 2 Nov 2019 11:38:27 +0100 [thread overview]
Message-ID: <20191102103827.GC135025@kroah.com> (raw)
In-Reply-To: <5989023c1a64e0e5c8d56ceb0511b4f49199703d.1572652827.git.jamal.k.shareef@gmail.com>
On Fri, Nov 01, 2019 at 05:04:15PM -0700, Jamal Shareef wrote:
> // Opaque handle for a VCHI instance
> -typedef struct opaque_vchi_instance_handle_t *VCHI_INSTANCE_T;
> +struct vchi_instance_handle;
>
> // Opaque handle for a server or client
> -typedef struct opaque_vchi_service_handle_t *VCHI_SERVICE_HANDLE_T;
> +struct vchi_service_handle;
So you are changing 2 different typedefs in this patch? I asked you to
break this up into "one change per patch please".
Also:
> //Callback used by all services / bulk transfers
> -typedef void (*VCHI_CALLBACK_T)(void *callback_param, //my service local param
> - enum vchi_callback_reason reason,
> - void *handle); //for transmitting msg's only
> + typedef void (*VCHI_CALLBACK_T)(void *callback_param, //my service local param
> + enum vchi_callback_reason reason,
> + void *handle); //for transmitting msg's only
Why did you indent this by 1 space?
I took the first 2 patches here, please fix up and resend this as a
totally new series.
thanks,
greg k-h
next prev parent reply other threads:[~2019-11-02 10:38 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-02 0:04 [PATCH v4 0/8] staging: vc04_services: Remove typedefs Jamal Shareef
2019-11-02 0:04 ` [PATCH v4 1/8] staging: vc04_services: Remove unused structs Jamal Shareef
2019-11-02 0:04 ` [PATCH v4 2/8] staging: vc04_services: Remove enum typedefs in vchi Jamal Shareef
2019-11-02 0:04 ` [PATCH v4 3/8] staging: vc04_services: Remove struct " Jamal Shareef
2019-11-02 10:38 ` Greg KH [this message]
2019-11-02 0:04 ` [PATCH v4 4/8] staging: vc04_services: Remove function pointer typedef Jamal Shareef
2019-11-02 0:04 ` [PATCH v4 5/8] staging: vc04_services: Remove vchiq_arm enum typedefs Jamal Shareef
2019-11-02 0:04 ` [PATCH v4 6/8] staging: vc04_services: Remove callback typedef Jamal Shareef
2019-11-02 10:32 ` Greg KH
2019-11-02 0:04 ` [PATCH v4 7/8] staging: vc04_services: Remove int typedef Jamal Shareef
2019-11-02 0:04 ` [PATCH v4 8/8] staging: vc04_services: Remove struct typedefs vchiq_arm Jamal Shareef
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=20191102103827.GC135025@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=eric@anholt.net \
--cc=jamal.k.shareef@gmail.com \
--cc=outreachy-kernel@googlegroups.com \
--cc=wahrenst@gmx.net \
/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.