spi: sh-msiof: Drop comma after OF match table sentinel
authorGeert Uytterhoeven <geert+renesas@glider.be>
Fri, 16 May 2025 13:32:04 +0000 (15:32 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 19 May 2025 10:55:18 +0000 (11:55 +0100)
commit0e1c7d0591ac4054c67529e200a9edfaf5344f4a
treeb312779b9995250eca3794fa5b7a6bf333e1c2a7
parent4614fd6342ab69feebb067d5db84a9bfb9aada9f
spi: sh-msiof: Drop comma after OF match table sentinel

It does not make sense to have a comma after a sentinel, as any new
elements must be added before the sentinel.

Add a comment to clarify the purpose of the empty element.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://patch.msgid.link/2ab5745407339ba54b63c3e6410082c7c566bf95.1747401908.git.geert+renesas@glider.be
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-sh-msiof.c