]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
typo fixes: bandwith -> bandwidth
authorAdrian Bunk <bunk@stusta.de>
Fri, 30 Jun 2006 16:19:55 +0000 (18:19 +0200)
committerAdrian Bunk <bunk@stusta.de>
Fri, 30 Jun 2006 16:19:55 +0000 (18:19 +0200)
Signed-off-by: Adrian Bunk <bunk@stusta.de>
arch/cris/arch-v32/kernel/arbiter.c
arch/cris/arch-v32/kernel/dma.c
drivers/media/common/saa7146_hlp.c
drivers/media/dvb/frontends/lgdt330x.c
drivers/media/dvb/ttusb-budget/dvb-ttusb-budget.c
drivers/net/skfp/h/sba.h
drivers/video/sis/init301.c
include/asm-cris/arch-v32/arbiter.h

index 3870d2fd516066ca3354ef129240a955942148b3..c741a9bf26d4f10d676f29f3b44548a3f1c73522 100644 (file)
@@ -1,9 +1,9 @@
 /*
- * Memory arbiter functions. Allocates bandwith through the
+ * Memory arbiter functions. Allocates bandwidth through the
  * arbiter and sets up arbiter breakpoints.
  *
  * The algorithm first assigns slots to the clients that has specified
- * bandwith (e.g. ethernet) and then the remaining slots are divided
+ * bandwidth (e.g. ethernet) and then the remaining slots are divided
  * on all the active clients.
  *
  * Copyright (c) 2004, 2005 Axis Communications AB.
@@ -133,8 +133,8 @@ static void crisv32_arbiter_init(void)
 
 
 
-int crisv32_arbiter_allocate_bandwith(int client, int region,
-                                     unsigned long bandwidth)
+int crisv32_arbiter_allocate_bandwidth(int client, int region,
+                                      unsigned long bandwidth)
 {
        int i;
        int total_assigned = 0;
index b92e85799b449d2955cfeedefb856f25234cc68c..570e19128ffd99736d88658fbc076ffeabde4a5c 100644 (file)
@@ -25,8 +25,8 @@ int crisv32_request_dma(unsigned int dmanr, const char * device_id,
        reg_config_rw_clk_ctrl clk_ctrl;
        reg_strmux_rw_cfg strmux_cfg;
 
-        if (crisv32_arbiter_allocate_bandwith(dmanr,
-                                              options & DMA_INT_MEM ? INT_REGION : EXT_REGION,
+        if (crisv32_arbiter_allocate_bandwidth(dmanr,
+                                              options & DMA_INT_MEM ? INT_REGION : EXT_REGION,
                                               bandwidth))
           return -ENOMEM;
 
index 2092e6c33dd289674a51b3c58a2389cb3c77ad4f..d2905720eb746b782f034b5e2b0aa1898c16b683 100644 (file)
@@ -158,7 +158,7 @@ static int calculate_h_scale_registers(struct saa7146_dev *dev,
        }
 
        /* the horizontal scaling increment controls the UV filter
-          to reduce the bandwith to improve the display quality,
+          to reduce the bandwidth to improve the display quality,
           so set it ... */
        if ( xsci == 0x400)
                pfuv = 0x00;
index 6e8ad176e1a1468f0bbb3bf197232e850361f0d6..9a354708bd20a24f5dc946e05a1f25972a5899a7 100644 (file)
@@ -216,7 +216,7 @@ static int lgdt330x_init(struct dvb_frontend* fe)
                AGC_DELAY0, 0x07,
                AGC_DELAY2, 0xfe,
                /* Change the value of IAGCBW[15:8]
-                  of inner AGC loop filter bandwith */
+                  of inner AGC loop filter bandwidth */
                AGC_LOOP_BANDWIDTH0, 0x08,
                AGC_LOOP_BANDWIDTH1, 0x9a
        };
index 336b2fe1a5f2e13463ba5247bdf41085103ff965..04cef3023457c34ccc7584cec6e83002844ff143 100644 (file)
@@ -43,7 +43,7 @@
     is a bit braindead (no matching channel masks or no matching filter mask),
     we won't support this - yet. it doesn't event support negative filters,
     so the best way is maybe to keep TTUSB_HWSECTIONS undef'd and just
-    parse TS data. USB bandwith will be a problem when having large
+    parse TS data. USB bandwidth will be a problem when having large
     datastreams, especially for dvb-net, but hey, that's not my problem.
 
   TTUSB_DISEQC, TTUSB_TONE:
index df716cd5784a8028feac830603b4d3b177b6ed8e..638cf0283bc402be20f1499aed914751c3d84591 100644 (file)
@@ -13,7 +13,7 @@
  ******************************************************************************/
 
 /*
- * Synchronous Bandwith Allocation (SBA) structs
+ * Synchronous Bandwidth Allocation (SBA) structs
  */
  
 #ifndef _SBA_
index c3e070a6effd9f61a25f5a98e2d8ba674da37954..f13faddc618102f3040a8370ace0203f2344372a 100644 (file)
@@ -8043,8 +8043,8 @@ SiS_SetCHTVReg(struct SiS_Private *SiS_Pr, unsigned short ModeNo, unsigned short
       SiS_SetCH700x(SiS_Pr,0x01,0x28);
 
       /* Set video bandwidth
-            High bandwith Luma composite video filter(S0=1)
-            low bandwith Luma S-video filter (S2-1=00)
+            High bandwidth Luma composite video filter(S0=1)
+            low bandwidth Luma S-video filter (S2-1=00)
            disable peak filter in S-video channel (S3=0)
            high bandwidth Chroma Filter (S5-4=11)
            =00110001=0x31
index dba3c285cacd5bbcd34d1fe41fbeaff504f79379..081a911d7af179dba91e367b548636f767b5e788 100644 (file)
@@ -20,8 +20,8 @@ enum
   arbiter_all_accesses = 0xff
 };
 
-int crisv32_arbiter_allocate_bandwith(int client, int region,
-                                      unsigned long bandwidth);
+int crisv32_arbiter_allocate_bandwidth(int client, int region,
+                                      unsigned long bandwidth);
 int crisv32_arbiter_watch(unsigned long start, unsigned long size,
                           unsigned long clients, unsigned long accesses,
                           watch_callback* cb);