Staging: comedi: Align the * in block comments

Align the * on each line of block comments as reported by checkpatch

Signed-off-by: Ramiro Oliveira <roliveir@synopsys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Ramiro Oliveira 2016-09-30 11:32:05 +01:00 committed by Greg Kroah-Hartman
parent 6315bbdb59
commit 37a7029b75
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*/
*/
#include <linux/device.h>
#include <linux/module.h>