Staging:wilc1000:wilc_spi: Fixed comment style to the preferred kernel comment style
Fixed comment style to the preferred kernel comment style. Signed-off-by: Georgios Emmanouil <geo.emmnl@gmail.com> Reviewed-by: Julian Calaby <julian.calaby@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
a2c9377424
commit
086959e66e
|
@ -1,11 +1,9 @@
|
||||||
/* ////////////////////////////////////////////////////////////////////////// */
|
/*
|
||||||
/* */
|
* Copyright (c) Atmel Corporation. All rights reserved.
|
||||||
/* Copyright (c) Atmel Corporation. All rights reserved. */
|
*
|
||||||
/* */
|
* Module Name: wilc_spi.c
|
||||||
/* Module Name: wilc_spi.c */
|
*/
|
||||||
/* */
|
|
||||||
/* */
|
|
||||||
/* //////////////////////////////////////////////////////////////////////////// */
|
|
||||||
#include <linux/module.h>
|
#include <linux/module.h>
|
||||||
#include <linux/init.h>
|
#include <linux/init.h>
|
||||||
#include <linux/kernel.h>
|
#include <linux/kernel.h>
|
||||||
|
|
Loading…
Reference in New Issue