aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/include/linux/libcfs/libcfs_private.h
diff options
context:
space:
mode:
authorGreg Donald <gdonald@gmail.com>2014-09-22 09:39:53 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-09-23 08:18:59 -0700
commit75c49d40c3807c7f6eeaecb959a289f77e438bfe (patch)
treed3d38cb1bc4614dc4eafa33d670b251b383980a6 /drivers/staging/lustre/include/linux/libcfs/libcfs_private.h
parentStaging: lustre: include: linux: Fix line over 80 characters. (diff)
downloadlinux-dev-75c49d40c3807c7f6eeaecb959a289f77e438bfe.tar.xz
linux-dev-75c49d40c3807c7f6eeaecb959a289f77e438bfe.zip
drivers: staging: lustre: Fix "open brace '{' following struct go on the same line" errors
Fix checkpatch.pl "open brace '{' following struct go on the same line" errors Signed-off-by: Greg Donald <gdonald@gmail.com> 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.h3
1 files changed, 1 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 82a269cee6dd..2817112c0633 100644
--- a/drivers/staging/lustre/include/linux/libcfs/libcfs_private.h
+++ b/drivers/staging/lustre/include/linux/libcfs/libcfs_private.h
@@ -453,8 +453,7 @@ int cfs_match_nid(lnet_nid_t nid, struct list_head *list);
* Support for temporary event tracing with minimal Heisenberg effect.
* -------------------------------------------------------------------- */
-struct libcfs_device_userstate
-{
+struct libcfs_device_userstate {
int ldu_memhog_pages;
struct page *ldu_memhog_root_page;
};