From mboxrd@z Thu Jan 1 00:00:00 1970 From: vkolluri Subject: Re: [next-next-2.6 PATCH] enic: Add support to configure hardware interrupt coalesce timers in a platform independent way Date: Fri, 17 Jun 2011 10:27:50 -0700 Message-ID: References: <20110616.235715.2076846351080666905.davem@davemloft.net> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Cc: To: David Miller Return-path: Received: from sj-iport-3.cisco.com ([171.71.176.72]:37971 "EHLO sj-iport-3.cisco.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752307Ab1FQR1y (ORCPT ); Fri, 17 Jun 2011 13:27:54 -0400 In-Reply-To: <20110616.235715.2076846351080666905.davem@davemloft.net> Sender: netdev-owner@vger.kernel.org List-ID: I'll fix and resubmit. Thanks Vasanthy On 6/16/11 8:57 PM, "David Miller" wrote: > From: Vasanthy Kolluri > Date: Wed, 15 Jun 2011 14:17:58 -0700 > >> + /* Get interrupt coalesce timer info >> + */ >> + >> + err = enic_dev_intr_coal_timer_info(enic); > > Please, comment should be just one line long and empty > line is superflous.