From 086959e66e97fc9376e6941cde550cc60d45e05c Mon Sep 17 00:00:00 2001 From: Georgios Emmanouil Date: Thu, 2 Mar 2017 19:04:28 +0200 Subject: [PATCH] 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 Reviewed-by: Julian Calaby Signed-off-by: Greg Kroah-Hartman --- drivers/staging/wilc1000/wilc_spi.c | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_spi.c b/drivers/staging/wilc1000/wilc_spi.c index 5e28adc95371..71c5f7759df2 100644 --- a/drivers/staging/wilc1000/wilc_spi.c +++ b/drivers/staging/wilc1000/wilc_spi.c @@ -1,11 +1,9 @@ -/* ////////////////////////////////////////////////////////////////////////// */ -/* */ -/* Copyright (c) Atmel Corporation. All rights reserved. */ -/* */ -/* Module Name: wilc_spi.c */ -/* */ -/* */ -/* //////////////////////////////////////////////////////////////////////////// */ +/* + * Copyright (c) Atmel Corporation. All rights reserved. + * + * Module Name: wilc_spi.c + */ + #include #include #include -- 2.45.2