Return-path: Received: from mms3.broadcom.com ([216.31.210.19]:3672 "EHLO MMS3.broadcom.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752948Ab1EZI70 (ORCPT ); Thu, 26 May 2011 04:59:26 -0400 Message-ID: <4DDE165F.90806@broadcom.com> (sfid-20110526_105942_338651_15D7F209) Date: Thu, 26 May 2011 10:59:11 +0200 From: "Arend van Spriel" MIME-Version: 1.0 To: "Randy Dunlap" cc: "Andrew Morton" , "linux-kernel@vger.kernel.org" , "linux-wireless@vger.kernel.org" , "John W. Linville" , "Greg Kroah-Hartman" , "Dan Carpenter" Subject: Re: [RFC V1] lib: cordic: add library module for cordic angle calculation References: <1306352426-1899-1-git-send-email-arend@broadcom.com> <20110525130438.c05605c7.rdunlap@xenotime.net> <4DDE0AB4.5020102@broadcom.com> In-Reply-To: <4DDE0AB4.5020102@broadcom.com> Content-Type: text/plain; charset=iso-8859-1; format=flowed Sender: linux-wireless-owner@vger.kernel.org List-ID: On 05/26/2011 10:09 AM, Arend van Spriel wrote: > On 05/25/2011 10:04 PM, Randy Dunlap wrote: >> On Wed, 25 May 2011 21:40:26 +0200 Arend van Spriel wrote: >>> +/** >>> + * struct - i/q coordinate. >> * struct cordic_iq - i/q coordinate > The kernel-doc processing is pretty smart here. In the current form I > get the html as attached. From that perspective your proposed change is > not needed, but if your point is that it would be more clear to the mere > mortal reading through the source code I can change it. > > Gr. AvS Attached html does not get through the mail server. So here is part of the html source:

struct cordic_iq - i/q coordinate.

struct cordic_iq {
    s32 i;
    s32 q;
};

Members

i
real part of coordinate (in phase).
q
imaginary part of coordinate (quadrature).
Gr. AvS -- Almost nobody dances sober, unless they happen to be insane. -- H.P. Lovecraft --