diff options
-rw-r--r-- | drivers/ata/libata-core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c index 4972fdf4bd31..7ef7c4f216fa 100644 --- a/drivers/ata/libata-core.c +++ b/drivers/ata/libata-core.c | |||
@@ -4281,7 +4281,7 @@ static const struct ata_blacklist_entry ata_device_blacklist [] = { | |||
4281 | * The special characters ?, [, -, or *, can be matched using a set, eg. [*] | 4281 | * The special characters ?, [, -, or *, can be matched using a set, eg. [*] |
4282 | * Behaviour with malformed patterns is undefined, though generally reasonable. | 4282 | * Behaviour with malformed patterns is undefined, though generally reasonable. |
4283 | * | 4283 | * |
4284 | * Example patterns: "SD1?", "SD1[0-5]", "*R0", SD*1?[012]*xx" | 4284 | * Sample patterns: "SD1?", "SD1[0-5]", "*R0", "SD*1?[012]*xx" |
4285 | * | 4285 | * |
4286 | * This function uses one level of recursion per '*' in pattern. | 4286 | * This function uses one level of recursion per '*' in pattern. |
4287 | * Since it calls _nothing_ else, and has _no_ explicit local variables, | 4287 | * Since it calls _nothing_ else, and has _no_ explicit local variables, |