From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from lists.s-osg.org ([54.187.51.154]:59284 "EHLO lists.s-osg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753092AbbHVRwf (ORCPT ); Sat, 22 Aug 2015 13:52:35 -0400 Date: Sat, 22 Aug 2015 14:52:29 -0300 From: Mauro Carvalho Chehab To: Linux Media Mailing List Cc: Mauro Carvalho Chehab , Tina Ruchandani , Stefan Richter , Arnd Bergmann Subject: Re: [PATCH 33/39] fixup: dvb_tuner_info Message-ID: <20150822145229.703af950@recife.lan> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-media-owner@vger.kernel.org List-ID: Em Sat, 22 Aug 2015 14:28:18 -0300 Mauro Carvalho Chehab escreveu: > Signed-off-by: Mauro Carvalho Chehab > > diff --git a/drivers/media/dvb-core/dvb_frontend.h b/drivers/media/dvb-core/dvb_frontend.h > index afcd02932a92..8fc8d3a98382 100644 > --- a/drivers/media/dvb-core/dvb_frontend.h > +++ b/drivers/media/dvb-core/dvb_frontend.h > @@ -76,7 +76,8 @@ struct dvb_frontend; > * @bandwidth_max: maximum frontend bandwidth supported > * @bandwidth_step: frontend bandwidth step > * > - * NOTE: step_size is in Hz, for terrestrial/cable or kHz for satellite > + * NOTE: frequency parameters are in Hz, for terrestrial/cable or kHz for > + * satellite. > */ > struct dvb_tuner_info { > char name[128]; Obviously this patch should be merged with patch 30/39. Forgot to do it before sending this mailbomb. Regards, Mauro