]> git.baikalelectronics.ru Git - kernel.git/commit
spi: Fix multi-line comment style
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 22 Nov 2021 17:17:21 +0000 (19:17 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 23 Nov 2021 12:09:08 +0000 (12:09 +0000)
commit1a22ed56fa22fed24e9f6d8c4f79749016e635de
treeced6cb507551e0ce726c776d7d6eb16f3cc2806f
parent88e061ef6bb7376c2ac91ae713dffb3425cd6bae
spi: Fix multi-line comment style

  /*
   * Fix multi-line comment style as in this short example. Pay attention
   * to the capitalization, period and starting line of the text.
   */

While at it, split the (supposedly short) description of couple of functions
to summary (short description) and (long) description.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20211122171721.61553-3-andriy.shevchenko@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi.c