[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20191011090213.GB1076760@kroah.com>
Date: Fri, 11 Oct 2019 11:02:13 +0200
From: Greg KH <gregkh@...uxfoundation.org>
To: Wambui Karuga <wambui.karugax@...il.com>
Cc: outreachy-kernel@...glegroups.com, devel@...verdev.osuosl.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 2/5] staging: octeon: remove typedef declaration for
cvmx_helper_link_info_t
On Fri, Oct 11, 2019 at 09:02:39AM +0300, Wambui Karuga wrote:
> -typedef union {
> +union cvmx_helper_link_info_t {
I agree with Julia, all of the "_t" needs to be dropped as that is
pointless. It's a holdover from the original name where "_t" was trying
to say that this is a typedef. Gotta love abuse of hungarian notation
:(
Please redo this patch series and resend.
thanks,
greg k-h
Powered by blists - more mailing lists