diff options
Diffstat (limited to 'usr/src/man/man9f/ddi_copyout.9f')
-rw-r--r-- | usr/src/man/man9f/ddi_copyout.9f | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/man/man9f/ddi_copyout.9f b/usr/src/man/man9f/ddi_copyout.9f index c766287a9d..0a199e7bbf 100644 --- a/usr/src/man/man9f/ddi_copyout.9f +++ b/usr/src/man/man9f/ddi_copyout.9f @@ -141,7 +141,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 */ @@ -159,7 +159,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 registers to arg */ |