]> www.infradead.org Git - users/jedix/linux-maple.git/commit
tools/nolibc/types.h: fix mismatched parenthesis in minor()
authorJemmy Wong <jemmywong512@gmail.com>
Fri, 11 Apr 2025 07:36:24 +0000 (15:36 +0800)
committerThomas Weißschuh <linux@weissschuh.net>
Fri, 11 Apr 2025 18:00:18 +0000 (20:00 +0200)
commit9c138ac9392228835b520fd4dbb07e636b34a867
tree417f807b2e6cfeed56b6fda07ba2447ba5bad3f4
parent5f40eef1c734042548f491e35acab1a2e4d867e1
tools/nolibc/types.h: fix mismatched parenthesis in minor()

Fix an imbalance where opening parentheses exceed closing ones.

Fixes: eba6d00d38e7c ("tools/nolibc/types: move makedev to types.h and make it a macro")
Signed-off-by: Jemmy Wong <jemmywong512@gmail.com>
Acked-by: Willy Tarreau <w@1wt.eu>
Link: https://lore.kernel.org/r/20250411073624.22153-1-jemmywong512@gmail.com
Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
tools/include/nolibc/types.h