On 22/11/24 06:03, Akihiko Odaki wrote:
Convert the data parameter of net_checksum_calculate() to void * to save unnecessary casts for callers.Signed-off-by: Akihiko Odaki <akihiko.od...@daynix.com> --- include/net/checksum.h | 2 +- net/checksum.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>