On 02/21/2018 05:47 PM, Takashi Sakamoto wrote:
> Hi,
> 
> On Feb 22 2018 10:07, Randy Dunlap wrote:
>> From: Randy Dunlap <rdun...@infradead.org>
>>
>> Add a basic Firewire/IEEE 1394 driver API chapter to the Linux
>> kernel documentation.
>>
>> Signed-off-by: Randy Dunlap <rdun...@infradead.org>
>> Cc:    Stefan Richter <stef...@s5r6.in-berlin.de>
>> Cc:    linux1394-de...@lists.sourceforge.net
>> ---
>>   Documentation/driver-api/firewire.rst |   33 ++++++++++++++++++++++++
>>   Documentation/driver-api/index.rst    |    1
>>   2 files changed, 34 insertions(+)
>>
>> --- /dev/null
>> +++ linux-next-20180220/Documentation/driver-api/firewire.rst
>> @@ -0,0 +1,33 @@
>> +===========================================
>> +Firewire (IEEE 1394) driver Interface Guide
>> +===========================================
>> +
>> +Introduction and Overview
>> +=========================
>> +
>> +TBD
>> +
>> +Firewire char device data structures
>> +====================================
>> +
>> +.. kernel-doc:: include/uapi/linux/firewire-cdev.h
>> +    :internal:
>> +
>> +Firewire device probing and sysfs interfaces
>> +============================================
>> +
>> +.. kernel-doc:: drivers/firewire/core-device.c
>> +    :export:
>> +
>> +Firewire core transaction interfaces
>> +====================================
>> +
>> +.. kernel-doc:: drivers/firewire/core-transaction.c
>> +    :export:
>> +
>> +Firewire Isochronous I/O interfaces
>> +===================================
>> +
>> +.. kernel-doc:: drivers/firewire/core-iso.c
>> +   :export:
>> +
> 
> A command of 'git am' generates below warning when applying this patch.
> 
> ```
> $ git am /tmp/patches/*
> Applying: documentation: firewire: add basic firewire.rst to driver-api
> .git/rebase-apply/patch:41: new blank line at EOF.
> +
> ```
> 
> It's better to remove the blank line.

OK, I fixed that one also (but git am shouldn't be so picky).


-- 
~Randy
--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to