From: Srikrishan Malik Date: Mon, 11 Aug 2014 18:27:39 +0000 (+0530) Subject: staging: lustre: Cleanup variable declarations in mdc_enqueue() X-Git-Tag: fixes-for-v3.18-merge-window~15^2~1286 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab909585b813;p=pandora-kernel.git staging: lustre: Cleanup variable declarations in mdc_enqueue() Changes: - move const union vars to the top - move rc to bottom - do not initialize req - set lvb_type to enum member instead of 0 - change __u64 to u64 - fix inconsistant columnization Signed-off-by: Srikrishan Malik Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed