> -----Original Message----- > From: Marc Kleine-Budde <mkl@xxxxxxxxxxxxxx> > Sent: 17 February 2022 15:41 > To: linux-can@xxxxxxxxxxxxxxx > Cc: Rob Herring <robh+dt@xxxxxxxxxx>; devicetree@xxxxxxxxxxxxxxx; Marc > Kleine-Budde <mkl@xxxxxxxxxxxxxx>; Sriram Dash > <sriram.dash@xxxxxxxxxxx>; Benjamin Gaignard > <benjamin.gaignard@xxxxxx> > Subject: [PATCH net-next] dt-binding: can: m_can: fix indention of table in > bosch,mram-cfg description > > This patch fixes the indention of the table in the description of the > bosch,mram-cfg property. > > Cc: Sriram Dash <sriram.dash@xxxxxxxxxxx> This id does not exists anymore. > Cc: Benjamin Gaignard <benjamin.gaignard@xxxxxx> > Signed-off-by: Marc Kleine-Budde <mkl@xxxxxxxxxxxxxx> > --- Changes looks fine, Reviewed-by: Chandrasekar Ramakrishnan <rcsekar@xxxxxxxxxxx> > Documentation/devicetree/bindings/net/can/bosch,m_can.yaml | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Documentation/devicetree/bindings/net/can/bosch,m_can.yaml > b/Documentation/devicetree/bindings/net/can/bosch,m_can.yaml > index 61f9e512c346..3bc1ed39a0a5 100644 > --- a/Documentation/devicetree/bindings/net/can/bosch,m_can.yaml > +++ b/Documentation/devicetree/bindings/net/can/bosch,m_can.yaml > @@ -69,8 +69,8 @@ properties: > M_CAN includes the following elements according to user manual: > 11-bit Filter 0-128 elements / 0-128 words > 29-bit Filter 0-64 elements / 0-128 words > - Rx FIFO 0 0-64 elements / 0-1152 words > - Rx FIFO 1 0-64 elements / 0-1152 words > + Rx FIFO 0 0-64 elements / 0-1152 words > + Rx FIFO 1 0-64 elements / 0-1152 words > Rx Buffers 0-64 elements / 0-1152 words > Tx Event FIFO 0-32 elements / 0-64 words > Tx Buffers 0-32 elements / 0-576 words > -- > 2.34.1 > >