Skip to content

Commit c41b173

Browse files
ranj063plbossart
authored andcommitted
fixup! ASoC: SOF: ipc: Add no reply inline calls
Just a couple of checkpatch fixes. Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
1 parent b83be7c commit c41b173

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sound/soc/sof/sof-priv.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ static inline void snd_sof_ipc_msgs_rx(struct snd_sof_dev *sdev)
709709
int sof_ipc_tx_message(struct snd_sof_ipc *ipc, void *msg_data, size_t msg_bytes,
710710
void *reply_data, size_t reply_bytes);
711711
static inline int sof_ipc_tx_message_no_reply(struct snd_sof_ipc *ipc, void *msg_data,
712-
size_t msg_bytes)
712+
size_t msg_bytes)
713713
{
714714
return sof_ipc_tx_message(ipc, msg_data, msg_bytes, NULL, 0);
715715
}
@@ -718,7 +718,7 @@ int sof_ipc_set_get_data(struct snd_sof_ipc *ipc, void *msg_data,
718718
int sof_ipc_tx_message_no_pm(struct snd_sof_ipc *ipc, void *msg_data, size_t msg_bytes,
719719
void *reply_data, size_t reply_bytes);
720720
static inline int sof_ipc_tx_message_no_pm_no_reply(struct snd_sof_ipc *ipc, void *msg_data,
721-
size_t msg_bytes)
721+
size_t msg_bytes)
722722
{
723723
return sof_ipc_tx_message_no_pm(ipc, msg_data, msg_bytes, NULL, 0);
724724
}

0 commit comments

Comments
 (0)