mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 04:53:36 +01:00
Fix typo acceptible
This commit is contained in:
parent
807249d3ad
commit
018d0d2575
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue