Skip to content

Commit

Permalink
netdev: Remove unneeded semicolon
Browse files Browse the repository at this point in the history
./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>
  • Loading branch information
Yang Li authored and Paolo Abeni committed Sep 21, 2023
1 parent 71b263e commit f20161c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/dpll/dpll_netlink.c
Original file line number Diff line number Diff line change
Expand Up @@ -844,7 +844,7 @@ dpll_pin_find(u64 clock_id, struct nlattr *mod_name_attr,
return ERR_PTR(-EINVAL);
}
pin_match = pin;
};
}
}
if (!pin_match) {
NL_SET_ERR_MSG(extack, "not found");
Expand Down

0 comments on commit f20161c

Please sign in to comment.