[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1388953851.5808.31.camel@joe-AO722>
Date: Sun, 05 Jan 2014 12:30:51 -0800
From: Joe Perches <joe@...ches.com>
To: MonamAgarwal <monamagarwal123@...il.com>
Cc: gregkh@...uxfoundation.org, rashika.kheria@...il.com,
peter.p.waskiewicz.jr@...el.com, andreas.dilger@...el.com,
devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/2] Staging: lustre: Fix line length exceeding 80
characters
On Mon, 2014-01-06 at 01:41 +0530, MonamAgarwal wrote:
> This patch fixes the following checkpatch.pl warning in
> lustre/ldlm/interval_tree.c
> WARNING: line over 80 characters in the file
[]
> diff --git a/drivers/staging/lustre/lustre/ldlm/interval_tree.c b/drivers/staging/lustre/lustre/ldlm/interval_tree.c
[]
> @@ -429,7 +429,8 @@ static void interval_erase_color(struct interval_node *node,
> struct interval_node *o_left;
> o_left = tmp->in_left;
> if (o_left)
> - o_left->in_color = INTERVAL_BLACK;
> + o_left->in_color =
> + INTERVAL_BLACK;
Likely this function would be better off with some
refactoring instead of straining to fit 80 cols.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists