Commit 5a83227b authored by Andy Shevchenko's avatar Andy Shevchenko

pinctrl/rockchip: Drop wrong kernel doc annotation

Kernel doc validator is not happy:

  .../pinctrl-rockchip.c:45: warning: This comment starts with '/**', but isn't a kernel-doc comment.

Drop it as it's indeed not a kernel doc comment.
Signed-off-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent acdb89b6
......@@ -39,7 +39,7 @@
#include "pinconf.h"
#include "pinctrl-rockchip.h"
/**
/*
* Generate a bitmask for setting a value (v) with a write mask bit in hiword
* register 31:16 area.
*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment