]> git.baikalelectronics.ru Git - kernel.git/commit
pinctrl: st: Drop wrong kernel doc annotations
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 5 Nov 2021 12:42:36 +0000 (14:42 +0200)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 18 Nov 2021 16:40:09 +0000 (18:40 +0200)
commitbd5553fba93a8ae2a4c8b5f627ac238b0698d6c6
tree852bf63ffc83e513a90e46d6f401f0ac63d93990
parent8db20e67b4575b45a7a030ec4f620965f985e53b
pinctrl: st: Drop wrong kernel doc annotations

Kernel doc validator is not happy:

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

Drop them as they are indeed not a kernel doc comments.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/pinctrl-st.c