ipc: Remove extra braces
authorAlexey Gladkov <legion@kernel.org>
Tue, 3 May 2022 13:39:57 +0000 (15:39 +0200)
committerEric W. Biederman <ebiederm@xmission.com>
Tue, 3 May 2022 22:25:58 +0000 (17:25 -0500)
commit38cd5b12b7854941ede1954cf5a2393eb94b5d37
tree42e3581cdf43ea97e3b062e04bc10befa5156dc5
parent0889f44e281034e180daa6daf3e2d57c012452d4
ipc: Remove extra braces

Fix coding style. In the previous commit, I added braces because,
in addition to changing .data, .extra1 also changed. Now this is not
needed.

Fixes: 1f5c135ee509 ("ipc: Store ipc sysctls in the ipc namespace")
Signed-off-by: Alexey Gladkov <legion@kernel.org>
Link: https://lkml.kernel.org/r/37687827f630bc150210f5b8abeeb00f1336814e.1651584847.git.legion@kernel.org
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
ipc/ipc_sysctl.c