diff options
author | 2023-08-12 20:57:48 +0200 | |
---|---|---|
committer | 2023-08-15 20:47:30 +0200 | |
commit | ba0294df2dbdc006ffbf037da28bba64e9f6d709 (patch) | |
tree | f68db0d1d9b0b479b92e6b734eb5f1b04f0d9689 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | gpio: sim: simplify gpio_sim_device_config_live_store() (diff) | |
download | wireguard-linux-ba0294df2dbdc006ffbf037da28bba64e9f6d709.tar.xz wireguard-linux-ba0294df2dbdc006ffbf037da28bba64e9f6d709.zip |
gpio: sim: replace memmove() + strstrip() with skip_spaces() + strim()
Turns out we can avoid the memmove() by using skip_spaces() and strim().
We did that in gpio-consumer, let's do it in gpio-sim.
Suggested-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions