]> www.infradead.org Git - users/jedix/linux-maple.git/commit
misc: trivial: Remove undesired double space from struct definition
authorLee Jones <lee@kernel.org>
Mon, 23 Dec 2024 15:18:37 +0000 (15:18 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 23 Dec 2024 18:14:28 +0000 (19:14 +0100)
commit94ddd8bf98d76f03297a2b33a951711b31f7bc38
treef9c451bc4e55c712a21acd26c06c6828ed72651d
parent78d4f34e2115b517bcbfe7ec0d018bbbb6f9b0b8
misc: trivial: Remove undesired double space from struct definition

When one is too lazy to use an LSP to conduct look-ups on struct
definitions, one might use the ever useful `struct <name> {` search
string.  However this doesn't work with `struct miscdevice  {` because
of a stray double space.  Assuming that this wasn't intentional, let's
simply remove it.

Signed-off-by: Lee Jones <lee@kernel.org>
Link: https://lore.kernel.org/r/20241223151843.472645-1-lee@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/miscdevice.h