soundwire: intel: more alignment fixes

Found few more issues reported checkpatch on code alignment so fix those
as well in the intel module.

Signed-off-by: Vinod Koul <vkoul@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Vinod Koul
2019-05-02 16:29:25 +05:30
committed by Greg Kroah-Hartman
parent 62f0cec3b0
commit 1215daee56
2 changed files with 19 additions and 19 deletions

View File

@@ -11,7 +11,7 @@
*/
struct sdw_intel_ops {
int (*config_stream)(void *arg, void *substream,
void *dai, void *hw_params, int stream_num);
void *dai, void *hw_params, int stream_num);
};
/**