Commit 195cc0c4 authored by Steven Cole's avatar Steven Cole Committed by David Woodhouse

[PATCH] Spelling fixes for negotation -> negotiation and others.

This patch provides the following spelling fixes:

negotation   -> negotiation
stabelized   -> stabilized
labled       -> labeled
availible     -> available
tabel         -> table
parent cb7a73fd
...@@ -1149,7 +1149,7 @@ static struct parport_driver lp_driver = { ...@@ -1149,7 +1149,7 @@ static struct parport_driver lp_driver = {
peripheral what transfer mode it would like to use, and the peripheral what transfer mode it would like to use, and the
peripheral either accepts that mode or rejects it; if the mode is peripheral either accepts that mode or rejects it; if the mode is
rejected, the host can try again with a different mode. This is rejected, the host can try again with a different mode. This is
the negotation phase. Once the peripheral has accepted a the negotiation phase. Once the peripheral has accepted a
particular transfer mode, data transfer can begin that mode. particular transfer mode, data transfer can begin that mode.
</para> </para>
......
...@@ -91,7 +91,7 @@ create an ISO9660 filesystem: ...@@ -91,7 +91,7 @@ create an ISO9660 filesystem:
TODO List TODO List
- Driver has to be stabelized still - Driver has to be stabilized still
BUGS BUGS
......
...@@ -120,7 +120,7 @@ know what the other elements in the tvcards array are good for: ...@@ -120,7 +120,7 @@ know what the other elements in the tvcards array are good for:
video_inputs - # of video inputs the card has video_inputs - # of video inputs the card has
audio_inputs - historical cruft, not used any more. audio_inputs - historical cruft, not used any more.
tuner - which input is the tuner tuner - which input is the tuner
svhs - which input is svhs (all others are labled composite) svhs - which input is svhs (all others are labeled composite)
muxsel - video mux, input->registervalue mapping muxsel - video mux, input->registervalue mapping
pll - same as pll= insmod option pll - same as pll= insmod option
tuner_type - same as tuner= insmod option tuner_type - same as tuner= insmod option
......
...@@ -132,7 +132,7 @@ static int backoff; ...@@ -132,7 +132,7 @@ static int backoff;
Both 'options[]' and 'full_duplex[]' should exist for driver Both 'options[]' and 'full_duplex[]' should exist for driver
interoperability. interoperability.
The media type is usually passed in 'options[]'. The media type is usually passed in 'options[]'.
The default is autonegotation for speed and duplex. The default is autonegotiation for speed and duplex.
This should rarely be overridden. This should rarely be overridden.
Use option values 0x10/0x20 for 10Mbps, 0x100,0x200 for 100Mbps. Use option values 0x10/0x20 for 10Mbps, 0x100,0x200 for 100Mbps.
Use option values 0x10 and 0x100 for forcing half duplex fixed speed. Use option values 0x10 and 0x100 for forcing half duplex fixed speed.
......
...@@ -365,7 +365,7 @@ typedef enum { ...@@ -365,7 +365,7 @@ typedef enum {
/* /*
* The driver keeps up to MAX_SCB scb structures per card in memory. The SCB * The driver keeps up to MAX_SCB scb structures per card in memory. The SCB
* consists of a "hardware SCB" mirroring the fields availible on the card * consists of a "hardware SCB" mirroring the fields available on the card
* and additional information the kernel stores for each transaction. * and additional information the kernel stores for each transaction.
* *
* To minimize space utilization, a portion of the hardware scb stores * To minimize space utilization, a portion of the hardware scb stores
......
...@@ -516,7 +516,7 @@ ahd_handle_hwerrint(struct ahd_softc *ahd) ...@@ -516,7 +516,7 @@ ahd_handle_hwerrint(struct ahd_softc *ahd)
ahd_dump_card_state(ahd); ahd_dump_card_state(ahd);
panic("BRKADRINT"); panic("BRKADRINT");
/* Tell everyone that this HBA is no longer availible */ /* Tell everyone that this HBA is no longer available */
ahd_abort_scbs(ahd, CAM_TARGET_WILDCARD, ALL_CHANNELS, ahd_abort_scbs(ahd, CAM_TARGET_WILDCARD, ALL_CHANNELS,
CAM_LUN_WILDCARD, SCB_LIST_NULL, ROLE_UNKNOWN, CAM_LUN_WILDCARD, SCB_LIST_NULL, ROLE_UNKNOWN,
CAM_NO_HBA); CAM_NO_HBA);
...@@ -3755,9 +3755,9 @@ ahd_parse_msg(struct ahd_softc *ahd, struct ahd_devinfo *devinfo) ...@@ -3755,9 +3755,9 @@ ahd_parse_msg(struct ahd_softc *ahd, struct ahd_devinfo *devinfo)
devinfo->target, &tstate); devinfo->target, &tstate);
/* /*
* Parse as much of the message as is availible, * Parse as much of the message as is available,
* rejecting it if we don't support it. When * rejecting it if we don't support it. When
* the entire message is availible and has been * the entire message is available and has been
* handled, return MSGLOOP_MSGCOMPLETE, indicating * handled, return MSGLOOP_MSGCOMPLETE, indicating
* that we have parsed an entire message. * that we have parsed an entire message.
* *
......
...@@ -372,7 +372,7 @@ typedef enum { ...@@ -372,7 +372,7 @@ typedef enum {
/* /*
* The driver keeps up to MAX_SCB scb structures per card in memory. The SCB * The driver keeps up to MAX_SCB scb structures per card in memory. The SCB
* consists of a "hardware SCB" mirroring the fields availible on the card * consists of a "hardware SCB" mirroring the fields available on the card
* and additional information the kernel stores for each transaction. * and additional information the kernel stores for each transaction.
* *
* To minimize space utilization, a portion of the hardware scb stores * To minimize space utilization, a portion of the hardware scb stores
......
...@@ -389,7 +389,7 @@ ahc_handle_brkadrint(struct ahc_softc *ahc) ...@@ -389,7 +389,7 @@ ahc_handle_brkadrint(struct ahc_softc *ahc)
ahc_dump_card_state(ahc); ahc_dump_card_state(ahc);
/* Tell everyone that this HBA is no longer availible */ /* Tell everyone that this HBA is no longer available */
ahc_abort_scbs(ahc, CAM_TARGET_WILDCARD, ALL_CHANNELS, ahc_abort_scbs(ahc, CAM_TARGET_WILDCARD, ALL_CHANNELS,
CAM_LUN_WILDCARD, SCB_LIST_NULL, ROLE_UNKNOWN, CAM_LUN_WILDCARD, SCB_LIST_NULL, ROLE_UNKNOWN,
CAM_NO_HBA); CAM_NO_HBA);
...@@ -2988,9 +2988,9 @@ ahc_parse_msg(struct ahc_softc *ahc, struct ahc_devinfo *devinfo) ...@@ -2988,9 +2988,9 @@ ahc_parse_msg(struct ahc_softc *ahc, struct ahc_devinfo *devinfo)
targ_scsirate = tinfo->scsirate; targ_scsirate = tinfo->scsirate;
/* /*
* Parse as much of the message as is availible, * Parse as much of the message as is available,
* rejecting it if we don't support it. When * rejecting it if we don't support it. When
* the entire message is availible and has been * the entire message is available and has been
* handled, return MSGLOOP_MSGCOMPLETE, indicating * handled, return MSGLOOP_MSGCOMPLETE, indicating
* that we have parsed an entire message. * that we have parsed an entire message.
* *
......
...@@ -4945,9 +4945,9 @@ aic7xxx_parse_msg(struct aic7xxx_host *p, struct aic7xxx_scb *scb) ...@@ -4945,9 +4945,9 @@ aic7xxx_parse_msg(struct aic7xxx_host *p, struct aic7xxx_scb *scb)
target_mask = (0x01 << tindex); target_mask = (0x01 << tindex);
/* /*
* Parse as much of the message as is availible, * Parse as much of the message as is available,
* rejecting it if we don't support it. When * rejecting it if we don't support it. When
* the entire message is availible and has been * the entire message is available and has been
* handled, return TRUE indicating that we have * handled, return TRUE indicating that we have
* parsed an entire message. * parsed an entire message.
*/ */
......
...@@ -9092,7 +9092,7 @@ void ncr_int_udc (ncb_p np) ...@@ -9092,7 +9092,7 @@ void ncr_int_udc (ncb_p np)
ccb_p cp = ncr_ccb_from_dsa(np, dsa); ccb_p cp = ncr_ccb_from_dsa(np, dsa);
/* /*
* Fix Up. Some disks respond to a PPR negotation with * Fix Up. Some disks respond to a PPR negotiation with
* a bus free instead of a message reject. * a bus free instead of a message reject.
* Disable ppr negotiation if this is first time * Disable ppr negotiation if this is first time
* tried ppr negotiation. * tried ppr negotiation.
......
...@@ -160,7 +160,7 @@ const char *ig_small_value[] = { ...@@ -160,7 +160,7 @@ const char *ig_small_value[] = {
* this was computed as peak_value[i] = pow((63-i)*1.42,1.013) * this was computed as peak_value[i] = pow((63-i)*1.42,1.013)
* *
* UDA1341 datasheet on page 21: Peak value (dB) = (Peak level - 63.5)*5*log2 * UDA1341 datasheet on page 21: Peak value (dB) = (Peak level - 63.5)*5*log2
* There is an tabel with these values [level]=value: [3]=-90.31, [7]=-84.29 * There is an table with these values [level]=value: [3]=-90.31, [7]=-84.29
* [61]=-2.78, [62] = -1.48, [63] = 0.0 * [61]=-2.78, [62] = -1.48, [63] = 0.0
* I tried to compute it, but using but even using logarithm with base either 10 or 2 * I tried to compute it, but using but even using logarithm with base either 10 or 2
* i was'n able to get values in the table from the formula. So I constructed another * i was'n able to get values in the table from the formula. So I constructed another
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment