Fix typo acceptible

This commit is contained in:
TheTypoMaster 2015-09-04 16:46:40 +02:00
parent 807249d3ad
commit 018d0d2575
2 changed files with 2 additions and 2 deletions

View file

@ -111,7 +111,7 @@ module_param(fifo_mode, ushort, 0644);
/*
* enable_suspend: When enabled, the driver will respond to
* USB suspend requests by powering down the NET2272. Otherwise,
* USB suspend requests will be ignored. This is acceptible for
* USB suspend requests will be ignored. This is acceptable for
* self-powered devices. For bus powered devices set this to 1.
*/
static ushort enable_suspend = 0;

View file

@ -299,7 +299,7 @@ struct hfsplus_readdir_data {
};
/*
* Find minimum acceptible I/O size for an hfsplus sb.
* Find minimum acceptable I/O size for an hfsplus sb.
*/
static inline unsigned short hfsplus_min_io_size(struct super_block *sb)
{