Commit 715475ae authored by James Simmons's avatar James Simmons Committed by Greg Kroah-Hartman
Browse files

staging: lustre: libcfs: white space cleanup



Remove white space present for variable declarations
or initialization. Cleanup structs was strange
alignments due to white spacing.

Signed-off-by: default avatarJames Simmons <jsimmons@infradead.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 6fc68ea5
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
@@ -389,8 +389,8 @@ EXPORT_SYMBOL(libcfs_debug_dumplog);

int libcfs_debug_init(unsigned long bufsize)
{
	int    rc = 0;
	unsigned int max = libcfs_debug_mb;
	int rc = 0;

	init_waitqueue_head(&debug_ctlwq);

+40 −40
Original line number Diff line number Diff line
@@ -535,9 +535,9 @@ panic_collect_pages(struct page_collection *pc)
	 * CPUs have been stopped during a panic.  If this isn't true for some
	 * arch, this will have to be implemented separately in each arch.
	 */
	struct cfs_trace_cpu_data *tcd;
	int i;
	int j;
	struct cfs_trace_cpu_data *tcd;

	INIT_LIST_HEAD(&pc->pc_pages);

+50 −50

File changed.

Contains only whitespace changes.

+10 −10

File changed.

Contains only whitespace changes.

+14 −14

File changed.

Contains only whitespace changes.

+7 −7

File changed.

Contains only whitespace changes.

+20 −20

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+11 −11

File changed.

Contains only whitespace changes.

+12 −12

File changed.

Contains only whitespace changes.

+4 −4

File changed.

Contains only whitespace changes.

+7 −7

File changed.

Contains only whitespace changes.

+12 −12

File changed.

Contains only whitespace changes.

+3 −3

File changed.

Contains only whitespace changes.

+5 −5

File changed.

Contains only whitespace changes.

Loading