lkml.org 
[lkml]   [2023]   [Aug]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH v2 0/4] clk: Add kstrdup_and_replace() helper and use it
Date
There are a few existing users and more might come which would like
to have the kstrdup_and_replace() functionality.

Provide this new API and reuse it in a few users.

Since most of that is under CCF, perhaps it makes sense to route it
via that tree.

Changelog v2:
- added tag to patch 2 (Greg KH)
- fixed typo in three commit messages

Andy Shevchenko (4):
lib/string_helpers: Add kstrdup_and_replace() helper
driver core: Replace kstrdup() + strreplace() with
kstrdup_and_replace()
clk: tegra: Replace kstrdup() + strreplace() with
kstrdup_and_replace()
clk: ti: Replace kstrdup() + strreplace() with kstrdup_and_replace()

drivers/base/core.c | 5 ++---
drivers/clk/tegra/clk.c | 6 ++----
drivers/clk/ti/clk.c | 4 ++--
drivers/clk/ti/clkctrl.c | 9 +++++----
include/linux/string_helpers.h | 2 ++
lib/string_helpers.c | 15 +++++++++++++++
6 files changed, 28 insertions(+), 13 deletions(-)

--
2.40.0.1.gaa8946217a0b

\
 
 \ /
  Last update: 2023-08-04 16:40    [W:0.036 / U:0.556 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site