mbox series

[0/4] Minor fixes for tst_device

Message ID 20230328131935.21945-1-chrubis@suse.cz
Headers show
Series Minor fixes for tst_device | expand

Message

Cyril Hrubis March 28, 2023, 1:19 p.m. UTC
Cyril Hrubis (4):
  lib: include tst_device.h in tst_device.c
  lib: tst_device: Make find_stat_file() static
  lib: tst_device: Switch to SPDX
  lib: tst_device: Constify array members

 include/tst_device.h |  2 +-
 lib/tst_device.c     | 27 +++++----------------------
 2 files changed, 6 insertions(+), 23 deletions(-)

Comments

Li Wang March 29, 2023, 5:16 a.m. UTC | #1
Thank you for the fixes, pushed.