commit | 4c46625bb586a741b8d0e6bdbddbcb2549fa1d36 | [log] [tgz] |
---|---|---|
author | Aleksander Jan Bajkowski <olek2@wp.pl> | Tue Dec 28 23:00:31 2021 +0100 |
committer | Jakub Kicinski <kuba@kernel.org> | Tue Dec 28 16:00:08 2021 -0800 |
tree | 810034797a35068216e3b00f86e94937c2489f01 | |
parent | 723955913e77fec6659be7531458997df6748d5c [diff] |
net: lantiq_etop: add blank line after declaration 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: Aleksander Jan Bajkowski <olek2@wp.pl> Link: https://lore.kernel.org/r/20211228220031.71576-1-olek2@wp.pl Signed-off-by: Jakub Kicinski <kuba@kernel.org>