[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20091116.022144.203823073.davem@davemloft.net>
Date: Mon, 16 Nov 2009 02:21:44 -0800 (PST)
From: David Miller <davem@...emloft.net>
To: hadi@...erus.ca
Cc: xiaosuo@...il.com, shemminger@...tta.com, netdev@...r.kernel.org
Subject: Re: [PATCH 2/2] act_mirred: optimization
From: jamal <hadi@...erus.ca>
Date: Mon, 16 Nov 2009 05:06:30 -0500
> On Mon, 2009-11-16 at 17:53 +0800, Changli Gao wrote:
>
> Just one small comment; sorry, i missed this the first time:
>
>> + if (dev == NULL)
>> return -EINVAL;
>> pc = tcf_hash_create(parm->index, est, a, sizeof(*m), bind,
>> &mirred_idx_gen, &mirred_hash_info);
>> if (IS_ERR(pc))
>> - return PTR_ERR(pc);
>> + return PTR_ERR(pc);
>
> One indent too many?
It's actually fixing some stray space characters into a real proper
tab character.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists