summaryrefslogtreecommitdiff
path: root/drivers/android/binder_alloc.c
diff options
context:
space:
mode:
authorLee Jones <lee@kernel.org>2024-12-23 15:18:37 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-12-23 19:14:28 +0100
commit94ddd8bf98d76f03297a2b33a951711b31f7bc38 (patch)
treef9c451bc4e55c712a21acd26c06c6828ed72651d /drivers/android/binder_alloc.c
parent78d4f34e2115b517bcbfe7ec0d018bbbb6f9b0b8 (diff)
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>
Diffstat (limited to 'drivers/android/binder_alloc.c')
0 files changed, 0 insertions, 0 deletions