diff options
Diffstat (limited to 'usr/src/man/man9f/ddi_copyin.9f')
-rw-r--r-- | usr/src/man/man9f/ddi_copyin.9f | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/man/man9f/ddi_copyin.9f b/usr/src/man/man9f/ddi_copyin.9f index c0c9406881..a8c5cf3d98 100644 --- a/usr/src/man/man9f/ddi_copyin.9f +++ b/usr/src/man/man9f/ddi_copyin.9f @@ -140,7 +140,7 @@ specified argument contains an invalid address, an error code is returned. 7 struct device_state { 8 volatile struct device *regsp; /* pointer to device registers */ 9 kmutex_t reg_mutex; /* protect device registers */ - . . . + ... 10 }; 11 static void *statep; /* for soft state routines */ @@ -158,7 +158,7 @@ specified argument contains an invalid address, an error code is returned. 21 if (sp == NULL) 22 return (ENXIO); 23 rp = sp->regsp; - . . . + ... 24 switch (cmd) { 25 case XX_GETREGS: /* copy data to temp. regs. buf */ |