Commit bfb9035c authored by Joe Perches's avatar Joe Perches Committed by Jiri Kosina

treewide: Correct spelling of successfully in comments

Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 395cf969
...@@ -69,7 +69,7 @@ struct cx18_mailbox { ...@@ -69,7 +69,7 @@ struct cx18_mailbox {
/* Each command can have up to 6 arguments */ /* Each command can have up to 6 arguments */
u32 args[MAX_MB_ARGUMENTS]; u32 args[MAX_MB_ARGUMENTS];
/* The return code can be one of the codes in the file cx23418.h. If the /* The return code can be one of the codes in the file cx23418.h. If the
command is completed successfuly, the error will be ERR_SYS_SUCCESS. command is completed successfully, the error will be ERR_SYS_SUCCESS.
If it is pending, the code is ERR_SYS_PENDING. If it failed, the error If it is pending, the code is ERR_SYS_PENDING. If it failed, the error
code would indicate the task from which the error originated and will code would indicate the task from which the error originated and will
be one of the errors in cx23418.h. In that case, the following be one of the errors in cx23418.h. In that case, the following
......
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
* @size: Length of buffer * @size: Length of buffer
* @mbx_id: id of mailbox to read * @mbx_id: id of mailbox to read
* *
* returns SUCCESS if it successfuly read message from buffer * returns SUCCESS if it successfully read message from buffer
**/ **/
s32 igb_read_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id) s32 igb_read_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id)
{ {
......
...@@ -288,7 +288,7 @@ static s32 e1000_write_mbx_vf(struct e1000_hw *hw, u32 *msg, u16 size) ...@@ -288,7 +288,7 @@ static s32 e1000_write_mbx_vf(struct e1000_hw *hw, u32 *msg, u16 size)
* @msg: The message buffer * @msg: The message buffer
* @size: Length of buffer * @size: Length of buffer
* *
* returns SUCCESS if it successfuly read message from buffer * returns SUCCESS if it successfully read message from buffer
**/ **/
static s32 e1000_read_mbx_vf(struct e1000_hw *hw, u32 *msg, u16 size) static s32 e1000_read_mbx_vf(struct e1000_hw *hw, u32 *msg, u16 size)
{ {
......
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
* @size: Length of buffer * @size: Length of buffer
* @mbx_id: id of mailbox to read * @mbx_id: id of mailbox to read
* *
* returns SUCCESS if it successfuly read message from buffer * returns SUCCESS if it successfully read message from buffer
**/ **/
s32 ixgbe_read_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id) s32 ixgbe_read_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id)
{ {
......
...@@ -276,7 +276,7 @@ static s32 ixgbevf_write_mbx_vf(struct ixgbe_hw *hw, u32 *msg, u16 size) ...@@ -276,7 +276,7 @@ static s32 ixgbevf_write_mbx_vf(struct ixgbe_hw *hw, u32 *msg, u16 size)
* @msg: The message buffer * @msg: The message buffer
* @size: Length of buffer * @size: Length of buffer
* *
* returns 0 if it successfuly read message from buffer * returns 0 if it successfully read message from buffer
**/ **/
static s32 ixgbevf_read_mbx_vf(struct ixgbe_hw *hw, u32 *msg, u16 size) static s32 ixgbevf_read_mbx_vf(struct ixgbe_hw *hw, u32 *msg, u16 size)
{ {
......
...@@ -553,7 +553,7 @@ static int bcm5481_config_aneg(struct phy_device *phydev) ...@@ -553,7 +553,7 @@ static int bcm5481_config_aneg(struct phy_device *phydev)
/* /*
* There is no BCM5481 specification available, so down * There is no BCM5481 specification available, so down
* here is everything we know about "register 0x18". This * here is everything we know about "register 0x18". This
* at least helps BCM5481 to successfuly receive packets * at least helps BCM5481 to successfully receive packets
* on MPC8360E-RDK board. Peter Barada <peterb@logicpd.com> * on MPC8360E-RDK board. Peter Barada <peterb@logicpd.com>
* says: "This sets delay between the RXD and RXC signals * says: "This sets delay between the RXD and RXC signals
* instead of using trace lengths to achieve timing". * instead of using trace lengths to achieve timing".
......
...@@ -177,7 +177,7 @@ struct tile_net_cpu { ...@@ -177,7 +177,7 @@ struct tile_net_cpu {
struct tile_net_stats_t stats; struct tile_net_stats_t stats;
/* True iff NAPI is enabled. */ /* True iff NAPI is enabled. */
bool napi_enabled; bool napi_enabled;
/* True if this tile has succcessfully registered with the IPP. */ /* True if this tile has successfully registered with the IPP. */
bool registered; bool registered;
/* True if the link was down last time we tried to register. */ /* True if the link was down last time we tried to register. */
bool link_down; bool link_down;
......
...@@ -504,7 +504,7 @@ static int iscsi_target_do_authentication( ...@@ -504,7 +504,7 @@ static int iscsi_target_do_authentication(
break; break;
case 1: case 1:
pr_debug("iSCSI security negotiation" pr_debug("iSCSI security negotiation"
" completed sucessfully.\n"); " completed successfully.\n");
login->auth_complete = 1; login->auth_complete = 1;
if ((login_req->flags & ISCSI_FLAG_LOGIN_NEXT_STAGE1) && if ((login_req->flags & ISCSI_FLAG_LOGIN_NEXT_STAGE1) &&
(login_req->flags & ISCSI_FLAG_LOGIN_TRANSIT)) { (login_req->flags & ISCSI_FLAG_LOGIN_TRANSIT)) {
......
...@@ -593,7 +593,7 @@ int core_tpg_set_initiator_node_queue_depth( ...@@ -593,7 +593,7 @@ int core_tpg_set_initiator_node_queue_depth(
if (init_sess) if (init_sess)
tpg->se_tpg_tfo->close_session(init_sess); tpg->se_tpg_tfo->close_session(init_sess);
pr_debug("Successfuly changed queue depth to: %d for Initiator" pr_debug("Successfully changed queue depth to: %d for Initiator"
" Node: %s on %s Target Portal Group: %u\n", queue_depth, " Node: %s on %s Target Portal Group: %u\n", queue_depth,
initiatorname, tpg->se_tpg_tfo->get_fabric_name(), initiatorname, tpg->se_tpg_tfo->get_fabric_name(),
tpg->se_tpg_tfo->tpg_get_tag(tpg)); tpg->se_tpg_tfo->tpg_get_tag(tpg));
......
...@@ -1739,7 +1739,7 @@ static inline void __set_task_cpu(struct task_struct *p, unsigned int cpu) ...@@ -1739,7 +1739,7 @@ static inline void __set_task_cpu(struct task_struct *p, unsigned int cpu)
#ifdef CONFIG_SMP #ifdef CONFIG_SMP
/* /*
* After ->cpu is set up to a new value, task_rq_lock(p, ...) can be * After ->cpu is set up to a new value, task_rq_lock(p, ...) can be
* successfuly executed on another CPU. We must ensure that updates of * successfully executed on another CPU. We must ensure that updates of
* per-task data have been completed by this moment. * per-task data have been completed by this moment.
*/ */
smp_wmb(); smp_wmb();
......
...@@ -176,7 +176,7 @@ static void snd_free_dev_pages(struct device *dev, size_t size, void *ptr, ...@@ -176,7 +176,7 @@ static void snd_free_dev_pages(struct device *dev, size_t size, void *ptr,
* Calls the memory-allocator function for the corresponding * Calls the memory-allocator function for the corresponding
* buffer type. * buffer type.
* *
* Returns zero if the buffer with the given size is allocated successfuly, * Returns zero if the buffer with the given size is allocated successfully,
* other a negative value at error. * other a negative value at error.
*/ */
int snd_dma_alloc_pages(int type, struct device *device, size_t size, int snd_dma_alloc_pages(int type, struct device *device, size_t size,
...@@ -230,7 +230,7 @@ int snd_dma_alloc_pages(int type, struct device *device, size_t size, ...@@ -230,7 +230,7 @@ int snd_dma_alloc_pages(int type, struct device *device, size_t size,
* tries to allocate again. The size actually allocated is stored in * tries to allocate again. The size actually allocated is stored in
* res_size argument. * res_size argument.
* *
* Returns zero if the buffer with the given size is allocated successfuly, * Returns zero if the buffer with the given size is allocated successfully,
* other a negative value at error. * other a negative value at error.
*/ */
int snd_dma_alloc_pages_fallback(int type, struct device *device, size_t size, int snd_dma_alloc_pages_fallback(int type, struct device *device, size_t size,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment