Skip to content

Commit f20161c

Browse files
Yang LiPaolo Abeni
authored andcommitted
netdev: Remove unneeded semicolon
./drivers/dpll/dpll_netlink.c:847:3-4: Unneeded semicolon Reported-by: Abaci Robot <abaci@linux.alibaba.com> Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=6605 Signed-off-by: Yang Li <yang.lee@linux.alibaba.com> Reported-by: kernel test robot <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202309190540.RFwfIgO7-lkp@intel.com/ Link: https://lore.kernel.org/r/20230919010305.120991-1-yang.lee@linux.alibaba.com Signed-off-by: Paolo Abeni <pabeni@redhat.com>
1 parent 71b263e commit f20161c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/dpll/dpll_netlink.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,7 @@ dpll_pin_find(u64 clock_id, struct nlattr *mod_name_attr,
844844
return ERR_PTR(-EINVAL);
845845
}
846846
pin_match = pin;
847-
};
847+
}
848848
}
849849
if (!pin_match) {
850850
NL_SET_ERR_MSG(extack, "not found");

0 commit comments

Comments
 (0)