diff options
Diffstat (limited to 'sys/dev/ppbus/ppi.c')
-rw-r--r-- | sys/dev/ppbus/ppi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ppbus/ppi.c b/sys/dev/ppbus/ppi.c index 19b5494..d2cf4fd 100644 --- a/sys/dev/ppbus/ppi.c +++ b/sys/dev/ppbus/ppi.c @@ -342,7 +342,7 @@ ppiread(dev_t dev, struct uio *uio, int ioflag) switch (ppb_1284_get_state(ppbus)) { case PPB_PERIPHERAL_IDLE: ppb_peripheral_terminate(ppbus, 0); - /* fall throught */ + /* FALLTHROUGH */ case PPB_FORWARD_IDLE: /* if can't negociate NIBBLE mode then try BYTE mode, |