From 53f4d96846f5acf849208a56c9f9bcf8ab117f29 Mon Sep 17 00:00:00 2001 From: Masao Uebayashi Date: Thu, 12 Feb 2015 05:07:53 +0000 Subject: KNF. --- sys/dev/usb/uhub.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/usb/uhub.c') diff --git a/sys/dev/usb/uhub.c b/sys/dev/usb/uhub.c index 86c722c8748..83ef8a8f0be 100644 --- a/sys/dev/usb/uhub.c +++ b/sys/dev/usb/uhub.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uhub.c,v 1.82 2015/01/02 11:58:32 mpi Exp $ */ +/* $OpenBSD: uhub.c,v 1.83 2015/02/12 05:07:52 uebayasi Exp $ */ /* $NetBSD: uhub.c,v 1.64 2003/02/08 03:32:51 ichiro Exp $ */ /* $FreeBSD: src/sys/dev/usb/uhub.c,v 1.18 1999/11/17 22:33:43 n_hibma Exp $ */ @@ -299,7 +299,7 @@ uhub_attach(struct device *parent, struct device *self, void *aux) struct usbd_port *up = &hub->ports[p]; up->device = NULL; up->parent = dev; - up->portno = p+1; + up->portno = p + 1; if (dev->self_powered) /* Self powered hub, give ports maximum current. */ up->power = USB_MAX_POWER; -- cgit v1.2.3