diff options
| author | Philippe Charnier <charnier@FreeBSD.org> | 2002-08-25 13:23:09 +0000 |
|---|---|---|
| committer | Philippe Charnier <charnier@FreeBSD.org> | 2002-08-25 13:23:09 +0000 |
| commit | 93b0017f88462f9af15368440324aa3be58eb18f (patch) | |
| tree | 9d932320e38df05718ee72d760a4d0d204431b9b /sys/dev/ppbus | |
| parent | 7fed38d0a00297914313d5b57f3fae8ef7d4e627 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ppbus')
| -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 19b5494b35bef..d2cf4fd6a7814 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, |
