Reorganize kerneldoc parameter names to match the parameter
order in the function header.
Problems identified using Coccinelle.
Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
---
drivers/soundwire/stream.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/soundwire/stream.c b/drivers/soundwire/stream.c
index 7aa4900dcf31..0e1875c31a3d 100644
--- a/drivers/soundwire/stream.c
+++ b/drivers/soundwire/stream.c
@@ -1977,9 +1977,9 @@ EXPORT_SYMBOL(sdw_stream_remove_master);
*
* @slave: SDW Slave instance
* @stream_config: Stream configuration for audio stream
- * @stream: SoundWire stream
* @port_config: Port configuration for audio stream
* @num_ports: Number of ports
+ * @stream: SoundWire stream
*
* It is expected that Slave is added before adding Master
* to the Stream.