]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
Fix comment and Kconfig typos for 'require' and 'fragment'
authorGilles Espinasse <g.esp@free.fr>
Mon, 29 Mar 2010 13:41:47 +0000 (15:41 +0200)
committerJiri Kosina <jkosina@suse.cz>
Mon, 29 Mar 2010 13:41:47 +0000 (15:41 +0200)
Signed-off-by: Gilles Espinasse <g.esp@free.fr>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
14 files changed:
Documentation/powerpc/dts-bindings/xilinx.txt
arch/mips/sibyte/bcm1480/irq.c
arch/mips/sibyte/sb1250/irq.c
crypto/Kconfig
drivers/gpu/drm/i915/intel_display.c
drivers/gpu/drm/radeon/atombios.h
drivers/isdn/hardware/mISDN/hfcmulti.c
drivers/net/bnx2x_hsi.h
drivers/net/ps3_gelic_wireless.c
drivers/staging/vt6655/rxtx.c
drivers/staging/vt6656/rxtx.c
drivers/usb/wusbcore/wa-xfer.c
net/ipv4/ipmr.c
scripts/package/mkspec

index ea68046bb9cb1381db127087280822bc04e49a6d..299d0923537b00438fa06df171021e77fdf4b7c1 100644 (file)
@@ -11,7 +11,7 @@
    control how the core is synthesized.  Historically, the EDK tool would
    extract the device parameters relevant to device drivers and copy them
    into an 'xparameters.h' in the form of #define symbols.  This tells the
-   device drivers how the IP cores are configured, but it requres the kernel
+   device drivers how the IP cores are configured, but it requires the kernel
    to be recompiled every time the FPGA bitstream is resynthesized.
 
    The new approach is to export the parameters into the device tree and
index 06e25d949768bff9f35679951bca010830682484..3fbb033e23d810803f3be8c9de2f30926639df66 100644 (file)
@@ -254,7 +254,7 @@ void __init init_bcm1480_irqs(void)
  * On the second cpu, everything is set to IP5, which is
  * ignored, EXCEPT the mailbox interrupt.  That one is
  * set to IP[2] so it is handled.  This is needed so we
- * can do cross-cpu function calls, as requred by SMP
+ * can do cross-cpu function calls, as required by SMP
  */
 
 #define IMR_IP2_VAL    K_BCM1480_INT_MAP_I0
index ab44a2f59ee497a973da4c74a2405b6f7f5fcf3c..b452e3c827929d51bb362cc9c7856ce49f2c01a9 100644 (file)
@@ -237,7 +237,7 @@ void __init init_sb1250_irqs(void)
  * On the second cpu, everything is set to IP5, which is
  * ignored, EXCEPT the mailbox interrupt.  That one is
  * set to IP[2] so it is handled.  This is needed so we
- * can do cross-cpu function calls, as requred by SMP
+ * can do cross-cpu function calls, as required by SMP
  */
 
 #define IMR_IP2_VAL    K_INT_MAP_I0
index 403857ad06d4f6c229a63c4b703b391b2417a788..9d9434f08c92278293838c266f7b5108b3414bd2 100644 (file)
@@ -28,7 +28,7 @@ config CRYPTO_FIPS
          This options enables the fips boot option which is
          required if you want to system to operate in a FIPS 200
          certification.  You should say no unless you know what
-         this is. Note that CRYPTO_ANSI_CPRNG is requred if this
+         this is. Note that CRYPTO_ANSI_CPRNG is required if this
          option is selected
 
 config CRYPTO_ALGAPI
index 9cd6de5f99061a2916af6d453dd46e2de2ea11fe..c297fc22867ed791d1e797b243a260acc212faf6 100644 (file)
@@ -904,9 +904,9 @@ intel_g4x_find_best_PLL(const intel_limit_t *limit, struct drm_crtc *crtc,
 
        memset(best_clock, 0, sizeof(*best_clock));
        max_n = limit->n.max;
-       /* based on hardware requriment prefer smaller n to precision */
+       /* based on hardware requirement, prefer smaller n to precision */
        for (clock.n = limit->n.min; clock.n <= max_n; clock.n++) {
-               /* based on hardware requirment prefere larger m1,m2 */
+               /* based on hardware requirement, prefere larger m1,m2 */
                for (clock.m1 = limit->m1.max;
                     clock.m1 >= limit->m1.min; clock.m1--) {
                        for (clock.m2 = limit->m2.max;
index 6732b5dd8ff4c48f1485fbc29a3499f5b07e85e8..e91a815861f412bff412bdebc1ee6e3e93ac5817 100644 (file)
@@ -3780,7 +3780,7 @@ typedef struct _ATOM_ASIC_SS_ASSIGNMENT
        UCHAR                                                           ucReserved[2];
 }ATOM_ASIC_SS_ASSIGNMENT;
 
-//Define ucClockIndication, SW uses the IDs below to search if the SS is requried/enabled on a clock branch/signal type.
+//Define ucClockIndication, SW uses the IDs below to search if the SS is required/enabled on a clock branch/signal type.
 //SS is not required or enabled if a match is not found.
 #define ASIC_INTERNAL_MEMORY_SS                        1
 #define ASIC_INTERNAL_ENGINE_SS                        2
@@ -5895,7 +5895,7 @@ typedef struct _ATOM_PPLIB_RS780_CLOCK_INFO
       UCHAR  ucPadding;                   // For proper alignment and size.
       USHORT usVDDC;                      // For the 780, use: None, Low, High, Variable
       UCHAR  ucMaxHTLinkWidth;            // From SBIOS - {2, 4, 8, 16}
-      UCHAR  ucMinHTLinkWidth;            // From SBIOS - {2, 4, 8, 16}. Effective only if CDLW enabled. Minimum down stream width could be bigger as display BW requriement.
+      UCHAR  ucMinHTLinkWidth;            // From SBIOS - {2, 4, 8, 16}. Effective only if CDLW enabled. Minimum down stream width could be bigger as display BW requirement.
       USHORT usHTLinkFreq;                // See definition ATOM_PPLIB_RS780_HTLINKFREQ_xxx or in MHz(>=200).
       ULONG  ulFlags; 
 } ATOM_PPLIB_RS780_CLOCK_INFO;
index ad36df9b759ca614a922a893e85c9e43aabf1806..fa82ce32aa4ebbbebe26629872c8076ed166da63 100644 (file)
  *     NOTE: only one mode value must be given for every card.
  *     -> See hfc_multi.h for HFC_IO_MODE_* values
  *     By default, the IO mode is pci memory IO (MEMIO).
- *     Some cards requre specific IO mode, so it cannot be changed.
+ *     Some cards require specific IO mode, so it cannot be changed.
  *     It may be usefull to set IO mode to register io (REGIO) to solve
  *     PCI bridge problems.
  *     If unsure, don't give this parameter.
index 760069345b1158d60585fcf1f4f885172f0da71d..fd1f29e0317d6b9c2c90798336d69073ad370a2d 100644 (file)
@@ -683,7 +683,7 @@ struct drv_func_mb {
 #define DRV_MSG_CODE_GET_MANUF_KEY                     0x82000000
 #define DRV_MSG_CODE_LOAD_L2B_PRAM                     0x90000000
        /*
-        * The optic module verification commands requris bootcode
+        * The optic module verification commands require bootcode
         * v5.0.6 or later
         */
 #define DRV_MSG_CODE_VRFY_OPT_MDL                      0xa0000000
index 2663b2fdc0bb0170b6054188e02defdfb74241f1..7fe54c261c445a9651cc5f754affaa2e6f11ceee 100644 (file)
@@ -95,7 +95,7 @@ static inline int precise_ie(void)
  * post_eurus_cmd helpers
  */
 struct eurus_cmd_arg_info {
-       int pre_arg; /* command requres arg1, arg2 at POST COMMAND */
+       int pre_arg; /* command requires arg1, arg2 at POST COMMAND */
        int post_arg; /* command requires arg1, arg2 at GET_RESULT */
 };
 
index ed3070edcac13eee2944e4d27138b0cdbe6c3ec1..4fcc4351e73ff3353c3a763d009bedf100199e36 100644 (file)
  * Date: May 20, 2003
  *
  * Functions:
- *      s_vGenerateTxParameter - Generate tx dma requried parameter.
+ *      s_vGenerateTxParameter - Generate tx dma required parameter.
  *      vGenerateMACHeader - Translate 802.3 to 802.11 header
- *      cbGetFragCount - Caculate fragement number count
+ *      cbGetFragCount - Caculate fragment number count
  *      csBeacon_xmit - beacon tx function
  *      csMgmt_xmit - management tx function
  *      s_cbFillTxBufHead - fulfill tx dma buffer header
  *      s_uGetDataDuration - get tx data required duration
  *      s_uFillDataHead- fulfill tx data duration header
- *      s_uGetRTSCTSDuration- get rtx/cts requried duration
+ *      s_uGetRTSCTSDuration- get rtx/cts required duration
  *      s_uGetRTSCTSRsvTime- get rts/cts reserved time
  *      s_uGetTxRsvTime- get frame reserved time
  *      s_vFillCTSHead- fulfill CTS ctl header
- *      s_vFillFragParameter- Set fragement ctl parameter.
+ *      s_vFillFragParameter- Set fragment ctl parameter.
  *      s_vFillRTSHead- fulfill RTS ctl header
  *      s_vFillTxKey- fulfill tx encrypt key
  *      s_vSWencryption- Software encrypt header
@@ -877,7 +877,7 @@ s_vFillRTSHead (
     }
 
     // Note: So far RTSHead dosen't appear in ATIM & Beacom DMA, so we don't need to take them into account.
-    //       Otherwise, we need to modified codes for them.
+    //       Otherwise, we need to modify codes for them.
     if (byPktType == PK_TYPE_11GB || byPktType == PK_TYPE_11GA) {
         if (byFBOption == AUTO_FB_NONE) {
             PSRTS_g pBuf = (PSRTS_g)pvRTS;
@@ -1133,7 +1133,7 @@ s_vFillCTSHead (
  *
  * Parameters:
  *  In:
- *      pDevice         - Pointer to adpater
+ *      pDevice         - Pointer to adapter
  *      pTxDataHead     - Transmit Data Buffer
  *      pTxBufHead      - pTxBufHead
  *      pvRrvTime        - pvRrvTime
@@ -2252,7 +2252,7 @@ vGenerateFIFOHeader (
  *
  * Parameters:
  *  In:
- *      pDevice         - Pointer to adpater
+ *      pDevice         - Pointer to adapter
  *      dwTxBufferAddr  - Transmit Buffer
  *      pPacket         - Packet from upper layer
  *      cbPacketSize    - Transmit Data Length
index d9fa36c95230da95c61d3fcbd59b5a7680ef259c..a2ce6fad8ee5a043cfd37555f37e32001de103cd 100644 (file)
  * Date: May 20, 2003
  *
  * Functions:
- *      s_vGenerateTxParameter - Generate tx dma requried parameter.
+ *      s_vGenerateTxParameter - Generate tx dma required parameter.
  *      s_vGenerateMACHeader - Translate 802.3 to 802.11 header
  *      csBeacon_xmit - beacon tx function
  *      csMgmt_xmit - management tx function
  *      s_uGetDataDuration - get tx data required duration
  *      s_uFillDataHead- fulfill tx data duration header
- *      s_uGetRTSCTSDuration- get rtx/cts requried duration
+ *      s_uGetRTSCTSDuration- get rtx/cts required duration
  *      s_uGetRTSCTSRsvTime- get rts/cts reserved time
  *      s_uGetTxRsvTime- get frame reserved time
  *      s_vFillCTSHead- fulfill CTS ctl header
- *      s_vFillFragParameter- Set fragement ctl parameter.
+ *      s_vFillFragParameter- Set fragment ctl parameter.
  *      s_vFillRTSHead- fulfill RTS ctl header
  *      s_vFillTxKey- fulfill tx encrypt key
  *      s_vSWencryption- Software encrypt header
index 489b47833e2c54ff7f1b225c35f1a51283ef2494..3aad333ae9ceafa1d4a2203f19cb6ffec172f9a1 100644 (file)
@@ -76,7 +76,7 @@
  *     xfers-per-ripe, blocks-per-rpipe, rpipes-per-host), at the end
  *     we are going to have to rebuild all this based on an scheduler,
  *     to where we have a list of transactions to do and based on the
- *     availability of the different requried components (blocks,
+ *     availability of the different required components (blocks,
  *     rpipes, segment slots, etc), we go scheduling them. Painful.
  */
 #include <linux/init.h>
index 8582e12e4a62a8b11ec53d129aabbf16842fcc8e..b1373abe2489ce3e57206c78fd15a95bd68c67d6 100644 (file)
@@ -22,7 +22,7 @@
  *                                     overflow.
  *      Carlos Picoto           :       PIMv1 Support
  *     Pavlin Ivanov Radoslavov:       PIMv2 Registers must checksum only PIM header
- *                                     Relax this requrement to work with older peers.
+ *                                     Relax this requirement to work with older peers.
  *
  */
 
index 47bdd2f99b780dad38d946bbbfde5685d630d7b8..fa27f3dac76992c3e37fa49bbfc61e294464d306 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-#      Output a simple RPM spec file that uses no fancy features requring
+#      Output a simple RPM spec file that uses no fancy features requiring
 #      RPM v4. This is intended to work with any RPM distro.
 #
 #      The only gothic bit here is redefining install_post to avoid