The branch main has been updated by imp:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=df456a1fcf73fd2acdeefe4fe324836bda421ce2

commit df456a1fcf73fd2acdeefe4fe324836bda421ce2
Author:     Warner Losh <i...@freebsd.org>
AuthorDate: 2021-04-18 05:44:25 +0000
Commit:     Warner Losh <i...@freebsd.org>
CommitDate: 2021-04-21 21:37:24 +0000

    newbus: style nit (align comments)
    
    Sponsored by:           Netflix
---
 sys/kern/subr_bus.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/kern/subr_bus.c b/sys/kern/subr_bus.c
index 08f1cb5886d2..12399df40a5d 100644
--- a/sys/kern/subr_bus.c
+++ b/sys/kern/subr_bus.c
@@ -100,7 +100,7 @@ typedef TAILQ_HEAD(device_list, _device) device_list_t;
 struct devclass {
        TAILQ_ENTRY(devclass) link;
        devclass_t      parent;         /* parent in devclass hierarchy */
-       driver_list_t   drivers;     /* bus devclasses store drivers for bus */
+       driver_list_t   drivers;        /* bus devclasses store drivers for bus 
*/
        char            *name;
        device_t        *devices;       /* array of devices indexed by unit */
        int             maxunit;        /* size of devices array */
_______________________________________________
dev-commits-src-main@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main
To unsubscribe, send any mail to "dev-commits-src-main-unsubscr...@freebsd.org"

Reply via email to