From a7e9ef887e26fbaeaf42c1b12556a838ffe8f1bd Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Tue, 16 Oct 2012 10:28:52 +0200 Subject: [PATCH] usb4bsd/ukbd: Adjust comment style a bit. --- sys/bus/u4b/input/ukbd.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/sys/bus/u4b/input/ukbd.c b/sys/bus/u4b/input/ukbd.c index b21c8e0009..92070a935d 100644 --- a/sys/bus/u4b/input/ukbd.c +++ b/sys/bus/u4b/input/ukbd.c @@ -1298,7 +1298,8 @@ ukbd_detach(device_t dev) ukbd_disable(&sc->sc_kbd); - /* XXX make sure this is in the correct place here, + /* + * XXX make sure this is in the correct place here, * it was taken from below the second if() */ usbd_transfer_unsetup(sc->sc_xfer, UKBD_N_TRANSFER); @@ -1315,9 +1316,10 @@ ukbd_detach(device_t dev) } #endif if (KBD_IS_CONFIGURED(&sc->sc_kbd)) { - /* kbd_unregister requires kb_lock to be held - but lockuninits it then - */ + /* + * kbd_unregister requires kb_lock to be held + * but lockuninits it then + */ UKBD_LOCK(sc); error = kbd_unregister(&sc->sc_kbd); if (error) { -- 2.41.0