Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755025AbZFCMyz (ORCPT ); Wed, 3 Jun 2009 08:54:55 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753237AbZFCMyo (ORCPT ); Wed, 3 Jun 2009 08:54:44 -0400 Received: from mail-fx0-f168.google.com ([209.85.220.168]:59807 "EHLO mail-fx0-f168.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751902AbZFCMyn convert rfc822-to-8bit (ORCPT ); Wed, 3 Jun 2009 08:54:43 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=ADwTyzIZnZZiuMbOvlPZgPZVy7lghrxU5QtlH8a06hnCJXYcc73aaM8bZ4vGhovMS2 lOKN1PqdgYYitTsLlQvU8Lx7ZvMsoI/jaYTTsWoIdq9K8Y+Roc/JaNLDewKb6MdV4+W9 Eq6jH0sGaIQiBKwsKzhYWcEG0NjLyOs1MZMP8= MIME-Version: 1.0 In-Reply-To: <1244033004.21215.4.camel@deadeye> References: <1244021629-18409-1-git-send-email-dbaryshkov@gmail.com> <1244021629-18409-2-git-send-email-dbaryshkov@gmail.com> <1244033004.21215.4.camel@deadeye> Date: Wed, 3 Jun 2009 16:48:08 +0400 Message-ID: Subject: Re: [PATCH 1/6] crc-itu-t: add bit-reversed calculation From: Dmitry Eremin-Solenikov To: Ben Hutchings Cc: linux-kernel@vger.kernel.org, netdev@vger.kernel.org, linux-wireless@vger.kernel.org, davem@davemloft.net, Stephen Rothwell , Sergey Lapin , Darren Salt Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 900 Lines: 25 2009/6/3 Ben Hutchings : > On Wed, 2009-06-03 at 13:33 +0400, Dmitry Eremin-Solenikov wrote: > [...] >> +/** >> + * crc_itu_t_bitreversed - Compute the CRC-ITU-T for the data buffer; >> + * the buffer content is assumed to be bit-reversed > [...] > > This short description spills onto two lines which is invalid and breaks > the generation of docs. ?Sorry to point this out after recommending the > patch to you. > > I've changed the description to "crc_itu_t_bitreversed - Compute the > CRC-ITU-T for a bit-reversed data buffer" all on one line. Changing patch here in accordance with your suggestion. -- With best wishes Dmitry -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/