Colin King <colin.king@xxxxxxxxxxxxx> wrote: > From: Colin Ian King <colin.king@xxxxxxxxxxxxx> > > Variables len and dev assigned values but are never used hence they > are redundant and can be removed. Also add in white space in for-loop > and remove some { } braces on if statement. > > Cleans up clang warnings: > warning: variable 'len' set but not used [-Wunused-but-set-variable] > warning: variable 'dev' set but not used [-Wunused-but-set-variable] > > Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx> Patch applied to wireless-drivers-next.git, thanks. d01a4e04dab7 airo: remove unused variables len and dev and clean up formatting -- https://patchwork.kernel.org/patch/10514607/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html