]> www.infradead.org Git - users/dwmw2/openconnect.git/commit
Fix Linux kernel coding style error and warnings
authorDimitri Papadopoulos <3350651-DimitriPapadopoulos@users.noreply.gitlab.com>
Tue, 12 Apr 2022 19:31:01 +0000 (21:31 +0200)
committerDimitri Papadopoulos <3350651-DimitriPapadopoulos@users.noreply.gitlab.com>
Tue, 12 Apr 2022 19:51:46 +0000 (21:51 +0200)
commita2a7f1adb0956c30b223ac3033f66ac8b7f234a7
treea689c4b047d033f2cec830416172beb8b1dd9e73
parentc68a3723e82c9bee7e7deeeee5cdb04995b936c5
Fix Linux kernel coding style error and warnings

open brace '{' following struct go on the same line
open brace '{' following function definitions go on the next line

"(foo*)" should be "(foo *)"
"foo * bar" should be "foo *bar"
sizeof foo should be sizeof(foo)

quoted string split across lines

please, no space before tabs
Statements should start on a tabstop

Signed-off-by: Dimitri Papadopoulos <3350651-DimitriPapadopoulos@users.noreply.gitlab.com>
auth.c
compat.c
gnutls.c
hpke.c
multicert.c
openconnect.h
openssl.c
pulse.c
win32-ipicmp.h