Skip to content

Commit a64061e

Browse files
Thadeu Lima de Souza CascardoJiri Kosina
Thadeu Lima de Souza Cascardo
authored and
Jiri Kosina
committed
doc: capitalization and other minor fixes in pnp doc
Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
1 parent 9ce8e49 commit a64061e

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

Documentation/pnp.txt

+6-7
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ PC standard floppy disk controller
5757
# cat resources
5858
DISABLED
5959

60-
- Notice the string "DISABLED". THis means the device is not active.
60+
- Notice the string "DISABLED". This means the device is not active.
6161

6262
3.) check the device's possible configurations (optional)
6363
# cat options
@@ -139,7 +139,7 @@ Plug and Play but it is planned to be in the near future.
139139

140140
Requirements for a Linux PnP protocol:
141141
1.) the protocol must use EISA IDs
142-
2.) the protocol must inform the PnP Layer of a devices current configuration
142+
2.) the protocol must inform the PnP Layer of a device's current configuration
143143
- the ability to set resources is optional but preferred.
144144

145145
The following are PnP protocol related functions:
@@ -158,7 +158,7 @@ pnp_remove_device
158158
- automatically will free mem used by the device and related structures
159159

160160
pnp_add_id
161-
- adds a EISA ID to the list of supported IDs for the specified device
161+
- adds an EISA ID to the list of supported IDs for the specified device
162162

163163
For more information consult the source of a protocol such as
164164
/drivers/pnp/pnpbios/core.c.
@@ -167,7 +167,7 @@ For more information consult the source of a protocol such as
167167

168168
Linux Plug and Play Drivers
169169
---------------------------
170-
This section contains information for linux PnP driver developers.
170+
This section contains information for Linux PnP driver developers.
171171

172172
The New Way
173173
...........
@@ -235,11 +235,10 @@ static int __init serial8250_pnp_init(void)
235235
The Old Way
236236
...........
237237

238-
a series of compatibility functions have been created to make it easy to convert
239-
238+
A series of compatibility functions have been created to make it easy to convert
240239
ISAPNP drivers. They should serve as a temporary solution only.
241240

242-
they are as follows:
241+
They are as follows:
243242

244243
struct pnp_card *pnp_find_card(unsigned short vendor,
245244
unsigned short device,

0 commit comments

Comments
 (0)