[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240602090244.1666360-1-andy.shevchenko@gmail.com>
Date: Sun, 2 Jun 2024 11:57:53 +0300
From: Andy Shevchenko <andy.shevchenko@...il.com>
To: Hans de Goede <hdegoede@...hat.com>,
Andy Shevchenko <andy.shevchenko@...il.com>,
Jorge Lopez <jorge.lopez2@...com>,
Li Zetao <lizetao1@...wei.com>,
Simon Trimmer <simont@...nsource.cirrus.com>,
Ilpo Järvinen <ilpo.jarvinen@...ux.intel.com>,
Mark Pearson <mpearson-lenovo@...ebb.ca>,
platform-driver-x86@...r.kernel.org,
linux-kernel@...r.kernel.org,
ibm-acpi-devel@...ts.sourceforge.net,
linux-input@...r.kernel.org
Cc: Corentin Chary <corentin.chary@...il.com>,
"Luke D. Jones" <luke@...nes.dev>,
Mark Pearson <markpearson@...ovo.com>,
Henrique de Moraes Holschuh <hmh@....eng.br>
Subject: [PATCH v1 0/7] platform/x86: Move to 2-argument strscpy()
Move to 2-argument strscpy() to make code shorter and have an additional check.
No functional change intended.
Some cases are let untouched where it looks better with the 3rd argument.
Andy Shevchenko (7):
platform/x86: asus-tf103c-dock: Use 2-argument strscpy()
platform/x86: hp: hp-bioscfg: Use 2-argument strscpy()
platform/x86: intel: chtwc_int33fe: Use 2-argument strscpy()
platform/x86: serial-multi-instantiate: Use 2-argument strscpy()
platform/x86: think-lmi: Use 2-argument strscpy()
platform/x86: thinkpad_acpi: Use 2-argument strscpy()
platform/x86: touchscreen_dmi: Use 2-argument strscpy()
drivers/platform/x86/asus-tf103c-dock.c | 10 +++++-----
.../x86/hp/hp-bioscfg/enum-attributes.c | 18 +++++-------------
.../x86/hp/hp-bioscfg/int-attributes.c | 7 ++-----
.../x86/hp/hp-bioscfg/order-list-attributes.c | 18 +++++-------------
.../x86/hp/hp-bioscfg/passwdobj-attributes.c | 19 +++++--------------
.../x86/hp/hp-bioscfg/spmobj-attributes.c | 3 +--
.../x86/hp/hp-bioscfg/string-attributes.c | 12 ++++--------
drivers/platform/x86/intel/chtwc_int33fe.c | 6 +++---
.../platform/x86/serial-multi-instantiate.c | 4 ++--
drivers/platform/x86/think-lmi.c | 4 ++--
drivers/platform/x86/thinkpad_acpi.c | 6 ++----
drivers/platform/x86/touchscreen_dmi.c | 2 +-
12 files changed, 37 insertions(+), 72 deletions(-)
--
2.45.1
Powered by blists - more mailing lists