From: Pierre-Louis Bossart Date: Wed, 22 May 2019 19:47:24 +0000 (-0500) Subject: soundwire: clarify comment X-Git-Tag: v5.3-rc1~127^2^2~9 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=f6686a7d026dc00cecca2d2cefb7f75bb2f84801;p=users%2Fjedix%2Flinux-maple.git soundwire: clarify comment The MIPI DisCo spec refers to dynamic frame shape, not to dynamic shape. Clarify. Signed-off-by: Pierre-Louis Bossart Signed-off-by: Vinod Koul --- diff --git a/include/linux/soundwire/sdw.h b/include/linux/soundwire/sdw.h index 0e3fdd03e589..b7efa819d425 100644 --- a/include/linux/soundwire/sdw.h +++ b/include/linux/soundwire/sdw.h @@ -373,7 +373,7 @@ struct sdw_slave_prop { * @default_frame_rate: Controller default Frame rate, in Hz * @default_row: Number of rows * @default_col: Number of columns - * @dynamic_frame: Dynamic frame supported + * @dynamic_frame: Dynamic frame shape supported * @err_threshold: Number of times that software may retry sending a single * command */