Skip to content
Commit 6a793b8e authored by Aleksander Jan Bajkowski's avatar Aleksander Jan Bajkowski Committed by Zhengchao Shao
Browse files

net: lantiq_etop: add blank line after declaration

stable inclusion
from stable-v4.19.318
commit 12d204b835dd85c7fe6501be6ee1aaa1e5315ff9
category: bugfix
bugzilla: https://gitee.com/src-openeuler/kernel/issues/IAGEKE
CVE: CVE-2024-41046

Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=12d204b835dd85c7fe6501be6ee1aaa1e5315ff9



---------------------------

[ Upstream commit 4c46625b ]

This patch adds a missing line after the declaration and
fixes the checkpatch warning:

WARNING: Missing a blank line after declarations
+		int desc;
+		for (desc = 0; desc < LTQ_DESC_NUM; desc++)

Signed-off-by: default avatarAleksander Jan Bajkowski <olek2@wp.pl>
Link: https://lore.kernel.org/r/20211228220031.71576-1-olek2@wp.pl


Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
Stable-dep-of: e1533b6319ab ("net: ethernet: lantiq_etop: fix double free in detach")
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
Signed-off-by: default avatarZhengchao Shao <shaozhengchao@huawei.com>
parent b263c203
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment