[PATCH] Remove unused parameters

2023-07-28 Thread Yuepeng Xing
Remove unused parameters from function arch_env_get_location Signed-off-by: Yuepeng Xing --- arch/arm/cpu/armv8/fsl-layerscape/cpu.c | 2 +- arch/arm/mach-imx/imx8m/soc.c | 2 +- board/theobroma-systems/puma_rk3399/puma-rk3399.c | 2 +- env/env.c

[PATCH 1/1] test:dm:fix typo

2022-12-02 Thread Yuepeng Xing
Fix typos in the 'test/dm' directory. Signed-off-by: Yuepeng Xing --- test/dm/blk.c| 2 +- test/dm/button.c | 4 ++-- test/dm/gpio.c | 4 ++-- test/dm/host.c | 2 +- test/dm/remoteproc.c | 2 +- test/dm/scmi.c | 2 +- test/dm/spmi.c | 2 +- test/dm/

[PATCH 0/1] test:dm:fix typo

2022-12-02 Thread Yuepeng Xing
Fix typos in the 'test/dm' directory. Yuepeng Xing (1): test:dm:fix typo test/dm/blk.c| 2 +- test/dm/button.c | 4 ++-- test/dm/gpio.c | 4 ++-- test/dm/host.c | 2 +- test/dm/remoteproc.c | 2 +- test/dm/scmi.c | 2 +- test/dm/spmi.c | 2 +- te