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

Commit d9fed669 authored by Uwe Kleine-König's avatar Uwe Kleine-König Committed by Greg Kroah-Hartman
Browse files

staging/trivial: fix typos concerning "initiali[zs]e"

parent f9560042
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -554,7 +554,7 @@ void wlc_init(struct wlc_info *wlc)
	 * Initialize WME parameters; if they haven't been set by some other
	 * mechanism (IOVar, etc) then read them from the hardware.
	 */
	if (WLC_WME_RETRY_SHORT_GET(wlc, 0) == 0) {	/* Unintialized; read from HW */
	if (WLC_WME_RETRY_SHORT_GET(wlc, 0) == 0) {	/* Uninitialized; read from HW */
		int ac;

		ASSERT(wlc->clk);
@@ -1660,7 +1660,7 @@ void wlc_info_init(struct wlc_info *wlc, int unit)
	wlc->ibss_coalesce_allowed = true;
	wlc->pub->_coex = ON;

	/* intialize mpc delay */
	/* initialize mpc delay */
	wlc->mpc_delay_off = wlc->mpc_dlycnt = WLC_MPC_MIN_DELAYCNT;

	wlc->pr80838_war = true;
+1 −1
Original line number Diff line number Diff line
@@ -68,7 +68,7 @@ int rev_id = 0x20;
/****
 * fs_init_card - initialize the sound card
 *
 * This initilizes the audio paths to know values in case of this sound card
 * This initializes the audio paths to know values in case of this sound card
 */
static int fs_init_card(void)
{
+2 −2
Original line number Diff line number Diff line
@@ -72,9 +72,9 @@ enum _reg_v2 {

};
/**
 * mx_init_card - initilize the sound card
 * mx_init_card - initialize the sound card
 *
 * This initilizes the audio paths to know values in case of this sound card
 * This initializes the audio paths to know values in case of this sound card
 */
static int mx_init_card(void)
{
+2 −2
Original line number Diff line number Diff line
@@ -84,9 +84,9 @@ enum reg_v3 {
};

/****
 * nc_init_card - initilize the sound card
 * nc_init_card - initialize the sound card
 *
 * This initilizes the audio paths to know values in case of this sound card
 * This initializes the audio paths to know values in case of this sound card
 */
static int nc_init_card(void)
{
+1 −1
Original line number Diff line number Diff line
@@ -653,7 +653,7 @@ cy_as_dma_stop(cy_as_device *dev_p)
/*
 * CyAsDmaStart()
 *
 * This function intializes the DMA module to insure it is up and running.
 * This function initializes the DMA module to insure it is up and running.
 */
cy_as_return_status_t
cy_as_dma_start(cy_as_device *dev_p)
Loading