aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/lustre/include/linux/libcfs/libcfs_private.h
diff options
context:
space:
mode:
authorGravatar James Simmons <jsimmons@infradead.org> 2016-11-18 11:48:35 -0500
committerGravatar Greg Kroah-Hartman <gregkh@linuxfoundation.org> 2016-11-19 14:13:44 +0100
commita59e5747d6b6b07a4ec4fae16f53d9244f8a43bc (patch)
tree3a65ea15407dbf4c25e997d702f12a35498578d3 /drivers/staging/lustre/include/linux/libcfs/libcfs_private.h
parentstaging: lustre: llog: fix wrong offset in llog_process_thread() (diff)
downloadlinux-a59e5747d6b6b07a4ec4fae16f53d9244f8a43bc.tar.gz
linux-a59e5747d6b6b07a4ec4fae16f53d9244f8a43bc.tar.bz2
linux-a59e5747d6b6b07a4ec4fae16f53d9244f8a43bc.zip
staging: lustre: libcfs: fixup all header block comments
Properly format the incorrect comments sections that were reported by checkpatch. Signed-off-by: James Simmons <jsimmons@infradead.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/lustre/include/linux/libcfs/libcfs_private.h')
-rw-r--r--drivers/staging/lustre/include/linux/libcfs/libcfs_private.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/staging/lustre/include/linux/libcfs/libcfs_private.h b/drivers/staging/lustre/include/linux/libcfs/libcfs_private.h
index e0e1a5d0949d..523e8f446317 100644
--- a/drivers/staging/lustre/include/linux/libcfs/libcfs_private.h
+++ b/drivers/staging/lustre/include/linux/libcfs/libcfs_private.h
@@ -280,7 +280,7 @@ do { \
#define CFS_FREE_PTR(ptr) LIBCFS_FREE(ptr, sizeof(*(ptr)))
/** Compile-time assertion.
-
+ *
* Check an invariant described by a constant expression at compile time by
* forcing a compiler error if it does not hold. \a cond must be a constant
* expression as defined by the ISO C Standard:
@@ -306,7 +306,8 @@ do { \
/* --------------------------------------------------------------------
* Light-weight trace
* Support for temporary event tracing with minimal Heisenberg effect.
- * -------------------------------------------------------------------- */
+ * --------------------------------------------------------------------
+ */
#define MKSTR(ptr) ((ptr)) ? (ptr) : ""