Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9aaeded7 authored by Adrian Bunk's avatar Adrian Bunk
Browse files

typo fixes: bandwith -> bandwidth



Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
parent 27ae4104
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
/*
 * 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,7 +133,7 @@ static void crisv32_arbiter_init(void)



int crisv32_arbiter_allocate_bandwith(int client, int region,
int crisv32_arbiter_allocate_bandwidth(int client, int region,
				       unsigned long bandwidth)
{
	int i;
+2 −2
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ 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,
        if (crisv32_arbiter_allocate_bandwidth(dmanr,
					       options & DMA_INT_MEM ? INT_REGION : EXT_REGION,
                                              bandwidth))
          return -ENOMEM;
+1 −1
Original line number Diff line number Diff line
@@ -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;
+1 −1
Original line number Diff line number Diff line
@@ -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
	};
+1 −1
Original line number Diff line number Diff line
@@ -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:
Loading