Re: [PATCH net] net: ipa: Use the correct value for IPA_STATUS_SIZE

From: Jakub Kicinski
Date: Tue May 30 2023 - 01:10:41 EST


On Sat, 27 May 2023 22:46:25 +0200 Bert Karwatzki wrote:
> commit b8dc7d0eea5a7709bb534f1b3ca70d2d7de0b42c introduced
> IPA_STATUS_SIZE as a replacement for the size of the removed struct
> ipa_status. sizeof(struct ipa_status) was sizeof(__le32[8]), use this
> as IPA_STATUS_SIZE.
>
> From 0623148733819bb5d3648b1ed404d57c8b6b31d8 Mon Sep 17 00:00:00 2001
> From: Bert Karwatzki <spasswolf@xxxxxx>
> Date: Sat, 27 May 2023 22:16:52 +0200
> Subject: [PATCH] Use the correct value for IPA_STATUS_SIZE.
> IPA_STATUS_SIZE
> was introduced in commit b8dc7d0eea5a7709bb534f1b3ca70d2d7de0b42c as a
> replacment for the size of the removed struct ipa_status which had
> size =
> sizeof(__le32[8]).

The posting looks damage, could you try sending again (with git
send-email maybe?)

Before you do:
- please make sure the change applies to:
https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/
- add a correct fixes tag
- fix issues pointed out by checkpatch --strict
--
pw-bot: cr