]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
lindebugfs: Add missing `debugfs_create_u*()` and `debugfs_create_x*()`
authorJean-Sébastien Pédron <dumbbell@FreeBSD.org>
Thu, 12 Jan 2023 23:41:32 +0000 (00:41 +0100)
committerJean-Sébastien Pédron <dumbbell@FreeBSD.org>
Wed, 25 Jan 2023 21:26:52 +0000 (22:26 +0100)
commit976aa07a885b53e1bc2711082d2f6f113dbdd0bc
treea830e78a6d6890464baec46fb454cbbedc5ab5c7
parentf2044a3030fb2a657e59dee4b7e5865acff936bd
lindebugfs: Add missing `debugfs_create_u*()` and `debugfs_create_x*()`

The `debugfs_create_x*()` variants are the same as their
`debugfs_create_u*()` equivalent, but they work with lowercase
hexadecimal.

While here, fix a few style(9) issues.

Reviewed by: manu
Approved by: manu
Differential Revision: https://reviews.freebsd.org/D38087
sys/compat/lindebugfs/lindebugfs.c
sys/compat/linuxkpi/common/include/linux/debugfs.h