[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <Zl1I3xksaHPA7yJ-@google.com>
Date: Sun, 2 Jun 2024 21:38:55 -0700
From: Dmitry Torokhov <dmitry.torokhov@...il.com>
To: Erick Archer <erick.archer@...look.com>
Cc: Henk Vergonet <Henk.Vergonet@...il.com>,
Uwe Kleine-König <u.kleine-koenig@...gutronix.de>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Duje Mihanović <duje.mihanovic@...le.hr>,
ye xingchen <ye.xingchen@....com.cn>, Arnd Bergmann <arnd@...db.de>,
Javier Carrasco <javier.carrasco.cruz@...il.com>,
Kees Cook <keescook@...omium.org>,
"Gustavo A. R. Silva" <gustavoars@...nel.org>,
Justin Stitt <justinstitt@...gle.com>, linux-input@...r.kernel.org,
linux-kernel@...r.kernel.org, usbb2k-api-dev@...gnu.org,
linux-hardening@...r.kernel.org
Subject: Re: [PATCH] input: misc: use sizeof(*pointer) instead of sizeof(type)
On Sun, Jun 02, 2024 at 06:32:58PM +0200, Erick Archer wrote:
> It is preferred to use sizeof(*pointer) instead of sizeof(type)
> due to the type of the variable can change and one needs not
> change the former (unlike the latter). This patch has no effect
> on runtime behavior.
>
> Signed-off-by: Erick Archer <erick.archer@...look.com>
Applied, thank you.
--
Dmitry
Powered by blists - more mailing lists