diff options
Diffstat (limited to 'drivers/pnp/isapnp')
-rw-r--r-- | drivers/pnp/isapnp/core.c | 4 | ||||
-rw-r--r-- | drivers/pnp/isapnp/proc.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/drivers/pnp/isapnp/core.c b/drivers/pnp/isapnp/core.c index b035d60a1dcc..2c925b7cd93e 100644 --- a/drivers/pnp/isapnp/core.c +++ b/drivers/pnp/isapnp/core.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | * ISA Plug & Play support | 2 | * ISA Plug & Play support |
3 | * Copyright (c) by Jaroslav Kysela <perex@suse.cz> | 3 | * Copyright (c) by Jaroslav Kysela <perex@perex.cz> |
4 | * | 4 | * |
5 | * | 5 | * |
6 | * This program is free software; you can redistribute it and/or modify | 6 | * This program is free software; you can redistribute it and/or modify |
@@ -53,7 +53,7 @@ static int isapnp_rdp; /* Read Data Port */ | |||
53 | static int isapnp_reset = 1; /* reset all PnP cards (deactivate) */ | 53 | static int isapnp_reset = 1; /* reset all PnP cards (deactivate) */ |
54 | static int isapnp_verbose = 1; /* verbose mode */ | 54 | static int isapnp_verbose = 1; /* verbose mode */ |
55 | 55 | ||
56 | MODULE_AUTHOR("Jaroslav Kysela <perex@suse.cz>"); | 56 | MODULE_AUTHOR("Jaroslav Kysela <perex@perex.cz>"); |
57 | MODULE_DESCRIPTION("Generic ISA Plug & Play support"); | 57 | MODULE_DESCRIPTION("Generic ISA Plug & Play support"); |
58 | module_param(isapnp_disable, int, 0); | 58 | module_param(isapnp_disable, int, 0); |
59 | MODULE_PARM_DESC(isapnp_disable, "ISA Plug & Play disable"); | 59 | MODULE_PARM_DESC(isapnp_disable, "ISA Plug & Play disable"); |
diff --git a/drivers/pnp/isapnp/proc.c b/drivers/pnp/isapnp/proc.c index 560ccb640816..2b8266c3d40f 100644 --- a/drivers/pnp/isapnp/proc.c +++ b/drivers/pnp/isapnp/proc.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | * ISA Plug & Play support | 2 | * ISA Plug & Play support |
3 | * Copyright (c) by Jaroslav Kysela <perex@suse.cz> | 3 | * Copyright (c) by Jaroslav Kysela <perex@perex.cz> |
4 | * | 4 | * |
5 | * This program is free software; you can redistribute it and/or modify | 5 | * This program is free software; you can redistribute it and/or modify |
6 | * it under the terms of the GNU General Public License as published by | 6 | * it under the terms of the GNU General Public License as published by |