Re: [PATCH] md: Fix static checker warning in analyze_sbs
"Yu Kuai" <[email protected]>
| Newsgroups | gmane.linux.kernel,gmane.linux.raid |
|---|---|
| Message-ID | <[email protected]> |
在 2025/12/15 20:44, [email protected] 写道: > From: Li Nan<[email protected]> > > The following warn is reported: > > drivers/md/md.c:3912 analyze_sbs() > warn: iterator 'i' not incremented > > Fixes: d8730f0cf4ef ("md: Remove deprecated CONFIG_MD_MULTIPATH") > Reported-by: Dan Carpenter<[email protected]> > Closes:https://lore.kernel.org/linux-raid/[email protected]/T/#t > Signed-off-by: Li Nan<[email protected]> > --- > drivers/md/md.c | 5 +---- > 1 file changed, 1 insertion(+), 4 deletions(-) Applied to md-6.19 -- Thansk, Kuai