29 Apr
2013
29 Apr
'13
6:21 a.m.
Clemens,
Thanks for your review.
Please adjust the indentation in such cases.
OK. I check whole indentation of arguments in functions and rewrite if needed.
Regards
Takashi Sakamoto o-takashi@sakamocchi.jp
(Apr 28 2013 21:52), Clemens Ladisch wrote:
Takashi Sakamoto wrote:
This patch rename some functions, structure and member name to reuse them in both AMDTP receive and AMDTP transmit stream.
+++ b/sound/firewire/amdtp.c
-int amdtp_out_stream_init(struct amdtp_out_stream *s, struct fw_unit *unit,
enum cip_out_flags flags)
+int amdtp_stream_init(struct amdtp_stream *s, struct fw_unit *unit,
enum cip_flags flags)
Please adjust the indentation in such cases.
Regards, Clemens