diff options
author | Ana Rey <anarey@gmail.com> | 2014-03-17 21:22:21 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-03-18 10:17:15 -0700 |
commit | 9777ee83da5a0addc817eb468ead5180b2a7d531 (patch) | |
tree | ba2c0a6ed794135cbbb40c75816d21d7bb1df661 | |
parent | b5d7af439bdbbcc346f890b046b8ccc32d00a01c (diff) |
staging: rtl8187se: Clean-up comment line style in r8180_rtl8225.h
This patch clean-up comment-line style in r8180_rtl8225.h as the
CodingStyle recommends.
Signed-off-by: Ana Rey <anarey@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/staging/rtl8187se/r8180_rtl8225.h | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/drivers/staging/rtl8187se/r8180_rtl8225.h b/drivers/staging/rtl8187se/r8180_rtl8225.h index 9bfe45c2f5eb..7df73927b3cc 100644 --- a/drivers/staging/rtl8187se/r8180_rtl8225.h +++ b/drivers/staging/rtl8187se/r8180_rtl8225.h @@ -1,14 +1,13 @@ /* - This is part of the rtl8180-sa2400 driver - released under the GPL (See file COPYING for details). - Copyright (c) 2005 Andrea Merello <andrea.merello@gmail.com> - - This files contains programming code for the rtl8225 - radio frontend. - - *Many* thanks to Realtek Corp. for their great support! - -*/ + * This is part of the rtl8180-sa2400 driver released under the GPL (See file + * COPYING for details). + * + * Copyright (c) 2005 Andrea Merello <andrea.merello@gmail.com> + * + * This files contains programming code for the rtl8225 radio frontend. + * + * *Many* thanks to Realtek Corp. for their great support! + */ #include "r8180.h" |