diff options
author | Vinod Koul <vkoul@kernel.org> | 2019-05-02 13:59:25 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-05-02 18:17:51 +0300 |
commit | 1215daee56edc1640997b439506b2006e47574c0 (patch) | |
tree | fb4dff34f13c449bb60606f0ce98cd7923e68ba6 /include/linux/soundwire | |
parent | 62f0cec3b0da067ec689edbefea5de61f025f6d6 (diff) | |
download | linux-1215daee56edc1640997b439506b2006e47574c0.tar.xz |
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>
Diffstat (limited to 'include/linux/soundwire')
-rw-r--r-- | include/linux/soundwire/sdw_intel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/soundwire/sdw_intel.h b/include/linux/soundwire/sdw_intel.h index 0848f9d38bcb..4d70da45363d 100644 --- a/include/linux/soundwire/sdw_intel.h +++ b/include/linux/soundwire/sdw_intel.h @@ -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); }; /** |