mbox series

[00/10] Cosmetic and cleaup code

Message ID 20231009152747.416164-1-stefano.babic@swupdate.org
Headers show
Series Cosmetic and cleaup code | expand

Message

Stefano Babic Oct. 9, 2023, 3:27 p.m. UTC
These are just cleanup, no real change in code is expected.

Stefano Babic (10):
  gitignore: add generated statemachine png
  lua_scripthandler: fix right include
  Cleanup: copyright dates and SPDX
  Cleanup: drop unused header from fs_fat
  Cleanup: drop unused header from diskio
  Cleanup: drop unused swupdate header from parsing libs
  Cleanup: drop unused swupdate header from server_lua
  Just cosmetic, cleanup some code
  Missing check if chained_handler.h is included
  Relax dependencies for hw_compatibility

 .gitignore                          |  1 +
 bootloader/uboot.c                  |  1 -
 core/handler.c                      |  5 ++---
 core/hw-compatibility.c             | 14 ++++++--------
 core/installer.c                    |  5 ++---
 core/network_thread.c               |  5 ++---
 core/parsing_library.c              |  1 -
 core/stream_interface.c             |  7 +++----
 corelib/lua_interface.c             |  7 +++----
 corelib/parsing_library_libconfig.c |  1 -
 corelib/parsing_library_libjson.c   |  1 -
 fs/diskio.c                         |  1 -
 fs/fat_fs.c                         |  1 -
 handlers/dummy_handler.c            |  5 ++---
 handlers/lua_scripthandler.c        |  7 +++----
 handlers/raw_handler.c              |  5 ++---
 handlers/shell_scripthandler.c      |  5 ++---
 include/chained_handler.h           |  2 ++
 include/hw-compatibility.h          | 13 +++++++++++--
 include/swupdate.h                  |  9 +--------
 ipc/network_ipc.c                   |  5 ++---
 parser/parse_external.c             |  5 ++---
 suricatta/server_lua.c              |  1 -
 23 files changed, 46 insertions(+), 61 deletions(-)