Re: [PATCH 10/10] staging: lustre: remove white space in hash.c

From: Greg Kroah-Hartman
Date: Wed Oct 28 2015 - 19:02:22 EST


On Wed, Oct 28, 2015 at 12:54:31PM -0400, James Simmons wrote:
> From: James Simmons <uja.ornl@xxxxxxxxx>
>
> Cleanup all the unneeded white space in hash.c.
>
> Signed-off-by: James Simmons <jsimmons@xxxxxxxxxxxxx>
> ---
> drivers/staging/lustre/lustre/libcfs/hash.c | 336 ++++++++++++++-------------
> 1 files changed, 174 insertions(+), 162 deletions(-)
>
> diff --git a/drivers/staging/lustre/lustre/libcfs/hash.c b/drivers/staging/lustre/lustre/libcfs/hash.c
> index 0308744..c5921f7 100644
> --- a/drivers/staging/lustre/lustre/libcfs/hash.c
> +++ b/drivers/staging/lustre/lustre/libcfs/hash.c
> @@ -106,9 +106,9 @@
> * Now we support both locked iteration & lockless iteration of hash
> * table. Also, user can break the iteration by return 1 in callback.
> */
> +#include <linux/seq_file.h>
>
> #include "../../include/linux/libcfs/libcfs.h"
> -#include <linux/seq_file.h>

Again, not a "whitespace fix".
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/