Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/usb reorder some struct members to remove holes.



details:   https://anonhg.NetBSD.org/src/rev/34848056c2c7
branches:  trunk
changeset: 835941:34848056c2c7
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Sep 17 08:27:41 2018 +0000

description:
reorder some struct members to remove holes.

diffstat:

 sys/dev/usb/uhcivar.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 1cb6838bae71 -r 34848056c2c7 sys/dev/usb/uhcivar.h
--- a/sys/dev/usb/uhcivar.h     Mon Sep 17 08:11:27 2018 +0000
+++ b/sys/dev/usb/uhcivar.h     Mon Sep 17 08:27:41 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uhcivar.h,v 1.55 2018/08/09 06:26:47 mrg Exp $ */
+/*     $NetBSD: uhcivar.h,v 1.56 2018/09/17 08:27:41 mrg Exp $ */
 
 /*
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -170,8 +170,8 @@
 
        pool_cache_t sc_xferpool;       /* free xfer pool */
 
+       uint16_t sc_saved_frnum;
        uint8_t sc_saved_sof;
-       uint16_t sc_saved_frnum;
 
        char sc_isreset;
        char sc_suspend;



Home | Main Index | Thread Index | Old Index