summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ccree/cc_pal_log.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/ccree/cc_pal_log.h')
-rw-r--r--drivers/staging/ccree/cc_pal_log.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/staging/ccree/cc_pal_log.h b/drivers/staging/ccree/cc_pal_log.h
index e5f5a87..21abd2d 100644
--- a/drivers/staging/ccree/cc_pal_log.h
+++ b/drivers/staging/ccree/cc_pal_log.h
@@ -1,15 +1,15 @@
/*
* Copyright (C) 2012-2017 ARM Limited or its affiliates.
- *
+ *
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
- *
+ *
* This program is distributed in the hope that it will be useful,
* 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.
- *
+ *
* You should have received a copy of the GNU General Public License
* along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
@@ -21,8 +21,8 @@
#include "cc_pal_log_plat.h"
/*!
-@file
-@brief This file contains the PAL layer log definitions, by default the log is disabled.
+@file
+@brief This file contains the PAL layer log definitions, by default the log is disabled.
@defgroup cc_pal_log CryptoCell PAL logging APIs and definitions
@{
@ingroup cc_pal
@@ -181,7 +181,7 @@ static inline void CC_PalLogMaskSet(uint32_t setMask) {CC_UNUSED_PARAM(setMask);
/*! Log debug data.*/
#define CC_PAL_LOG_DATA( ...) do {} while (0)
#endif
-/**
+/**
@}
*/
OpenPOWER on IntegriCloud