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: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
Andy Shevchenko 2021-11-05 14:42:26 +02:00
parent acdb89b6c8
commit 5a83227b3d

View file

@ -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.
*/