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

Commit 935e99fb authored by Anand Gadiyar's avatar Anand Gadiyar Committed by Greg Kroah-Hartman
Browse files

staging: trivial: fix typo "seperate"



s/seperate/separate

Signed-off-by: default avatarAnand Gadiyar <gadiyar@ti.com>
Cc: Jiri Kosina <trivial@kernel.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 83d4b7eb
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -62,7 +62,7 @@ struct i8254_struct {
#define I8254_CTRL 3
#define I8254_CTRL 3


struct das08_private_struct {
struct das08_private_struct {
	unsigned int do_mux_bits;	/*  bits for do/mux register on boards without seperate do register */
	unsigned int do_mux_bits;	/*  bits for do/mux register on boards without separate do register */
	unsigned int do_bits;	/*  bits for do register on boards with register dedicated to digital out only */
	unsigned int do_bits;	/*  bits for do register on boards with register dedicated to digital out only */
	const unsigned int *pg_gainlist;
	const unsigned int *pg_gainlist;
	struct pci_dev *pdev;	/*  struct for pci-das08 */
	struct pci_dev *pdev;	/*  struct for pci-das08 */
+1 −1
Original line number Original line Diff line number Diff line
@@ -3828,7 +3828,7 @@ void vfe_camif_config(struct vfe_cmd_camif_config *in)
		ctrl->vfeImaskLocal.camifEpoch2Irq = 1;
		ctrl->vfeImaskLocal.camifEpoch2Irq = 1;
	}
	}


	/*  save the content to program CAMIF_CONFIG seperately. */
	/*  save the content to program CAMIF_CONFIG separately. */
	ctrl->vfeCamifConfigLocal.camifCfgFromCmd = in->camifConfig;
	ctrl->vfeCamifConfigLocal.camifCfgFromCmd = in->camifConfig;


	/* EFS_Config */
	/* EFS_Config */
+1 −1
Original line number Original line Diff line number Diff line
@@ -603,7 +603,7 @@ int16_t oslec_update(struct oslec_state *ec, int16_t tx, int16_t rx)
}
}
EXPORT_SYMBOL_GPL(oslec_update);
EXPORT_SYMBOL_GPL(oslec_update);


/* This function is seperated from the echo canceller is it is usually called
/* This function is separated from the echo canceller is it is usually called
   as part of the tx process.  See rx HP (DC blocking) filter above, it's
   as part of the tx process.  See rx HP (DC blocking) filter above, it's
   the same design.
   the same design.


+1 −1
Original line number Original line Diff line number Diff line
@@ -322,7 +322,7 @@ struct rt_trigger_eventa {
	u8 BSSID[6];
	u8 BSSID[6];
	u8 RegClass;		/* Regulatory Class */
	u8 RegClass;		/* Regulatory Class */
	u16 Channel;
	u16 Channel;
	unsigned long CDCounter;	/* Maintain a seperate count down counter for each Event A. */
	unsigned long CDCounter;	/* Maintain a separate count down counter for each Event A. */
};
};


/* 20/40 trigger event table */
/* 20/40 trigger event table */
+1 −1
Original line number Original line Diff line number Diff line
@@ -1846,7 +1846,7 @@ struct ieee80211_device {
	spinlock_t bw_spinlock;
	spinlock_t bw_spinlock;


	spinlock_t reorder_spinlock;
	spinlock_t reorder_spinlock;
	// for HT operation rate set.  we use this one for HT data rate to seperate different descriptors
	// for HT operation rate set.  we use this one for HT data rate to separate different descriptors
	//the way fill this is the same as in the IE
	//the way fill this is the same as in the IE
	u8	Regdot11HTOperationalRateSet[16];		//use RATR format
	u8	Regdot11HTOperationalRateSet[16];		//use RATR format
	u8	dot11HTOperationalRateSet[16];		//use RATR format
	u8	dot11HTOperationalRateSet[16];		//use RATR format
Loading