Re: [PATCH] LIS3LV02Dx Accelerometer driver (take 4)

From: Randy Dunlap
Date: Tue Oct 21 2008 - 14:58:02 EST


Andrew Morton wrote:
> On Sat, 18 Oct 2008 21:05:12 +0200
> Eric Piel <eric.piel@xxxxxxxxxxxxxxxx> wrote:
>
>> ...
>>
>> +/**
>> + * lis3lv02d_acpi_read() - ACPI ALRD method: read a register
>
> All the kerneldoc comments include the () after the function name.
> That is unconventional and I do not know what effect it will have upon
> kerneldoc processing and output.

Yes, it's unconventional.
It works. It (the "()") will be dropped when processed.


>> + * @handle: the handle of the device
>> + * @reg: the register to read
>> + * @ret: result of the operation
>> + *
>> + * Returns AE_OK on success.
>> + */
>> +static acpi_status lis3lv02d_acpi_read(acpi_handle handle, int reg, u8 *ret)
>> +{

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/