diff options
author | SeongJae Park <sj38.park@gmail.com> | 2013-03-02 10:45:17 +0900 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-03-11 09:51:08 -0700 |
commit | b6dd012efc8c785f8dc2441ae21ae48561788821 (patch) | |
tree | 956256fcaf2aafbdcbbdaa947428c0804393d983 | |
parent | c9cf272b928c3e92c41d9987ddaac1398ba631ef (diff) | |
download | lwn-b6dd012efc8c785f8dc2441ae21ae48561788821.tar.gz lwn-b6dd012efc8c785f8dc2441ae21ae48561788821.zip |
staging: csr: csr_time.c: Fix coding style
Signed-off-by: SeongJae Park <sj38.park@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/staging/csr/csr_time.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/staging/csr/csr_time.c b/drivers/staging/csr/csr_time.c index f3f4a9c9c67a..01179e46f47d 100644 --- a/drivers/staging/csr/csr_time.c +++ b/drivers/staging/csr/csr_time.c @@ -1,10 +1,10 @@ /***************************************************************************** - (c) Cambridge Silicon Radio Limited 2010 - All rights reserved and confidential information of CSR + (c) Cambridge Silicon Radio Limited 2010 + All rights reserved and confidential information of CSR - Refer to LICENSE.txt included with this source for details - on the license terms. + Refer to LICENSE.txt included with this source for details + on the license terms. *****************************************************************************/ |