]> git.ipfire.org Git - thirdparty/linux.git/commit
wifi: iwlegacy: Fixup allocation failure log
authorBrendan Jackman <jackmanb@google.com>
Thu, 26 Mar 2026 12:31:58 +0000 (12:31 +0000)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 7 Apr 2026 13:37:31 +0000 (15:37 +0200)
commit49152949deeabd24db87f284f993ab89d4b8ac38
tree5abdb7b6d8872e3d0cc86115404fabdc56e5e2ac
parent084863593243c5dce0f2eef44e23de8c53ebf4a2
wifi: iwlegacy: Fixup allocation failure log

Fix 2 issues spotted by AI[0]:

1. Missing space after the full stop.

2. Wrong GFP flags are printed.

And also switch to %pGg for the GFP flags. This produces nice readable
output and decouples the format string from the size of gfp_t.

[0] https://sashiko.dev/#/patchset/20260319-gfp64-v1-0-2c73b8d42b7f%40google.com

Signed-off-by: Brendan Jackman <jackmanb@google.com>
Acked-by: Stanislaw Gruszka <stf_xl@wp.pl>
Link: https://patch.msgid.link/20260326-gfp64-v2-2-d916021cecdf@google.com
[add missing wifi: prefix]
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/intel/iwlegacy/3945-mac.c