Re: [PATCH v15 07/13] docs: counter: Document character device interface

From: Akira Yokosawa
Date: Sat Aug 21 2021 - 22:04:52 EST


(dropped most CCs)

Hello William,

I spotted a minor error while browsing documentation updates.

On Sat, 21 Aug 2021 19:52:27 +0900, William Breathitt Gray wrote:
> On Sun, Aug 15, 2021 at 05:51:02PM +0100, Jonathan Cameron wrote:
>> On Mon, 9 Aug 2021 21:37:32 +0900
>> William Breathitt Gray <vilhelm.gray@xxxxxxxxx> wrote:
...
>> > +
>> > +Counter events can be configured by users to report various Counter
>> > +data of interest. This can be conceptualized as a list of Counter
>> > +component read calls to perform. For example:
>> > +
>> > + +-------------------------------------------------+

This needs to be:

+------------------------+------------------------+

, so that the table structure can be properly recognized by Sphinx
(kernel-doc tool).

Thanks, Akira

>> > + | COUNTER_EVENT_OVERFLOW | COUNTER_EVENT_INDEX |
>> > + +========================+========================+
>> > + | Channel 0 | Channel 0 |
>> > + +------------------------+------------------------+
>> > + | * Count 0 | * Signal 0 |
>> > + | * Count 1 | * Signal 0 Extension 0 |
>> > + | * Signal 3 | * Extension 4 |
>> > + | * Count 4 Extension 2 +------------------------+
>> > + | * Signal 5 Extension 0 | Channel 1 |
>> > + | +------------------------+
>> > + | | * Signal 4 |
>> > + | | * Signal 4 Extension 0 |
>> > + | | * Count 7 |
>> > + +------------------------+------------------------+
>> > +