Kalle Valo <kvalo@xxxxxxxxxx> writes: > Loic Poulain <loic.poulain@xxxxxxxxxx> wrote: > >> cpu_to_le16 has been used for all keep-alive fields, but 'perdio_msec' >> is a 32-bit field and 'keep_alive_id' a 8-bit one. Fix that. >> >> Fixes: 7a6cfe28ae3e ("brcmfmac: Configure keep-alive packet on suspend") >> Reported-by: kernel test robot <lkp@xxxxxxxxx> >> Signed-off-by: Loic Poulain <loic.poulain@xxxxxxxxxx> > > Patch applied to wireless-drivers-next.git, thanks. > > 78da5cca6ece brcmfmac: Fix incorrect type assignments for keep-alive Actually the fixes tag was incorrect, I fixed it but the commit id changed: 3db30b790289 brcmfmac: Fix incorrect type assignments for keep-alive The error was: In commit 78da5cca6ece ("brcmfmac: Fix incorrect type assignments for keep-alive") Fixes tag Fixes: 7a6cfe28ae3e ("brcmfmac: Configure keep-alive packet on suspend") has these problem(s): - Subject does not match target commit subject Just use git log -1 --format='Fixes: %h ("%s")' -- https://patchwork.kernel.org/project/linux-wireless/list/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches