summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authoraugustss <augustss@NetBSD.org>1999-01-07 22:09:00 +0000
committeraugustss <augustss@NetBSD.org>1999-01-07 22:09:00 +0000
commit86f2e214ed13bf967b66fa17d39827f193b99672 (patch)
treeb35c3ae413c8f81a66717baf91d21a600ec73dfa /sys/dev
parent8581f9db0d8f2846b9db4478f6e0fc7672419313 (diff)
Add some line continuations in the FreeBSD part of the file.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/usb/usb_port.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/usb/usb_port.h b/sys/dev/usb/usb_port.h
index 6e178f6d160..e1001a67921 100644
--- a/sys/dev/usb/usb_port.h
+++ b/sys/dev/usb/usb_port.h
@@ -1,4 +1,4 @@
-/* $NetBSD: usb_port.h,v 1.3 1999/01/07 01:57:11 augustss Exp $ */
+/* $NetBSD: usb_port.h,v 1.4 1999/01/07 22:09:00 augustss Exp $ */
/*
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -170,7 +170,7 @@ __CONCAT(dname,_match)(device_t device)
struct usb_attach_arg *uaa = device_get_ivars(device)
#define USB_ATTACH(dname) \
-static int
+static int \
__CONCAT(dname,_attach)(device_t self)
#define USB_ATTACH_START(dname, sc, uaa) \
@@ -187,8 +187,8 @@ __CONCAT(dname,_attach)(device_t self)
#define USB_GET_SC_OPEN(dname, unit, sc) \
struct __CONCAT(dname,_softc) *sc = \
- devclass_get_softc(__CONCAT(dname,_devclass), unit);
- if (!sc)
+ devclass_get_softc(__CONCAT(dname,_devclass), unit); \
+ if (!sc) \
return (ENXIO)
#define USB_GET_SC(dname, unit, sc) \