From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756640Ab0JUKRU (ORCPT ); Thu, 21 Oct 2010 06:17:20 -0400 Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:43809 "EHLO sunset.davemloft.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755947Ab0JUKRS (ORCPT ); Thu, 21 Oct 2010 06:17:18 -0400 Date: Thu, 21 Oct 2010 03:17:41 -0700 (PDT) Message-Id: <20101021.031741.35043343.davem@davemloft.net> To: bandan.das@stratus.com Cc: linux-kernel@vger.kernel.org, netdev@vger.kernel.org, joe@perches.com, eric.dumazet@gmail.com Subject: Re: [PATCH 0/2] bonding: checkpatch.pl cleanups in bond_3ad.c From: David Miller In-Reply-To: <1287296399-25142-1-git-send-email-bandan.das@stratus.com> References: <1287296399-25142-1-git-send-email-bandan.das@stratus.com> X-Mailer: Mew version 6.3 on Emacs 23.1 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Bandan Das Date: Sun, 17 Oct 2010 02:19:57 -0400 > Just some cleanups based on errors/warnings reported by checkpatch.pl. > There are still a ton of lines greater than 80 chars and I tried to fix > a few that I came across. Both patches applied, thank you.