]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
DRIVER_MODULE(9): Correct the SYNOPSIS of EARLY_DRIVER_MODULE()
authorJ.R. Oldroyd <fbsd@opal.com>
Mon, 24 May 2021 14:54:45 +0000 (16:54 +0200)
committerGordon Bergling <gbe@FreeBSD.org>
Tue, 1 Jun 2021 05:34:07 +0000 (07:34 +0200)
commite303e19dfc0d2fd94301f213e8f7be1dcf597dc2
tree626f1cb54197235b1951a3455e077d8ccf2e97bb
parent2f6ce1167391e8b1883bccc98f60b129fec4a9e3
DRIVER_MODULE(9): Correct the SYNOPSIS of EARLY_DRIVER_MODULE()

The man page SYNOPSIS for EARLY_DRIVER_MODULE() shows that it has
an "enum sysinit_elem_order order" argument.

The actual macro in sys/bus.h does not have an order argument.

PR: 256103
Reported by: J.R. Oldroyd <fbsd at opal dot com>
Reviewed by: markj
Differential Revision: https://reviews.freebsd.org/D30411

(cherry picked from commit 3fdd5c1e49cbc0a77935eb34e3561c6021b93650)
share/man/man9/DRIVER_MODULE.9