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)
commit350de7ce26caba5c7ec0dd4ef1802c9a50a5d85d
treeced6cb507551e0ce726c776d7d6eb16f3cc2806f
parentb00bab9d48bbb6446a5cf366f5f8e501a16031a1
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