artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
adb0656
)
Minor KNF nit, align struct field.
author
anton
<anton@openbsd.org>
Fri, 10 Sep 2021 05:48:43 +0000
(
05:48
+0000)
committer
anton
<anton@openbsd.org>
Fri, 10 Sep 2021 05:48:43 +0000
(
05:48
+0000)
sys/dev/usb/uhidev.h
patch
|
blob
|
history
diff --git
a/sys/dev/usb/uhidev.h
b/sys/dev/usb/uhidev.h
index
e8c966c
..
b750a00
100644
(file)
--- a/
sys/dev/usb/uhidev.h
+++ b/
sys/dev/usb/uhidev.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: uhidev.h,v 1.3
0 2021/09/10 05:47:38
anton Exp $ */
+/* $OpenBSD: uhidev.h,v 1.3
1 2021/09/10 05:48:43
anton Exp $ */
/* $NetBSD: uhidev.h,v 1.3 2002/10/08 09:56:17 dan Exp $ */
/*
@@
-83,7
+83,7
@@
struct uhidev_attach_arg {
uint8_t reportid;
#define UHIDEV_CLAIM_MULTIPLE_REPORTID 255
uint8_t nreports;
- uint8_t
*claimed;
+ uint8_t *claimed;
int isize;
int osize;
int fsize;