diff options
| author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2016-05-02 17:44:03 +0000 |
|---|---|---|
| committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2016-05-02 17:44:03 +0000 |
| commit | 207332450ebe1df184818ab11115dcd7b95a5bc5 (patch) | |
| tree | 9305b081ade7f0a755e9f99f1b7daf8e424962df /sys/dev/usb/storage | |
| parent | b790c1938dd94d20de89e148169aab4ae3edd771 (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb/storage')
| -rw-r--r-- | sys/dev/usb/storage/rio500_usb.h | 2 | ||||
| -rw-r--r-- | sys/dev/usb/storage/umass.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/storage/rio500_usb.h b/sys/dev/usb/storage/rio500_usb.h index 5b53e2c249249..4f9a520c1b5ef 100644 --- a/sys/dev/usb/storage/rio500_usb.h +++ b/sys/dev/usb/storage/rio500_usb.h @@ -5,7 +5,7 @@ Redistribution and use in source and binary forms, with or without modification, are permitted under any licence of your choise which - meets the open source licence definiton + meets the open source licence definition http://www.opensource.org/opd.html such as the GNU licence or the BSD licence. diff --git a/sys/dev/usb/storage/umass.c b/sys/dev/usb/storage/umass.c index 80b6da30a11f9..acec1c9da528e 100644 --- a/sys/dev/usb/storage/umass.c +++ b/sys/dev/usb/storage/umass.c @@ -2721,7 +2721,7 @@ umass_rbc_transform(struct umass_softc *sc, uint8_t *cmd_ptr, uint8_t cmd_len) cmd_len = 12; } sc->sc_transfer.cmd_len = cmd_len; - return (1); /* sucess */ + return (1); /* success */ /* All other commands are not legal in RBC */ default: |
