On Thu, 2023-07-13 at 12:05 +0800, Wang Ming wrote: > The debugfs_create_dir() function returns error pointers, > it never returns NULL. Most incorrect error checks were fixed, > but the one in ath6kl_debug_init_fs() was forgotten. > > Fix the remaining error check. > > Signed-off-by: Wang Ming <machel@xxxxxxxx> > > Fixes: 9b9a4f2acac2 ("ath6kl: store firmware logs in skbuffs") The SoB tag should be after the 'Fixes' one and you must avoid empty lines in between. (The same applies to your other patch) Cheers, Paolo