Loading drivers/media/video/cx18/cx18-mailbox.h +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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 Loading drivers/net/igb/e1000_mbx.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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) { { Loading drivers/net/igbvf/mbx.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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) { { Loading drivers/net/ixgbe/ixgbe_mbx.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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) { { Loading drivers/net/ixgbevf/mbx.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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) { { Loading Loading
drivers/media/video/cx18/cx18-mailbox.h +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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 Loading
drivers/net/igb/e1000_mbx.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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) { { Loading
drivers/net/igbvf/mbx.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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) { { Loading
drivers/net/ixgbe/ixgbe_mbx.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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) { { Loading
drivers/net/ixgbevf/mbx.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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) { { Loading