diff options
author | Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> | 2019-05-22 14:47:30 -0500 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2019-05-27 10:53:00 +0530 |
commit | 27f14331a7d434ff860b3d23c2379cf1fb814a3c (patch) | |
tree | 05eb688ad9f155aea662b2d1d439f31d83ac62be /drivers/soundwire | |
parent | 121f436137eeef7858c34184ae183da9def8545a (diff) | |
download | linux-next-27f14331a7d434ff860b3d23c2379cf1fb814a3c.tar.gz |
soundwire: fix typo in comments
Copy/paste of sdw_intel_res
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/soundwire')
-rw-r--r-- | drivers/soundwire/intel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/soundwire/intel.h b/drivers/soundwire/intel.h index 71050e5f643d..d923b6262330 100644 --- a/drivers/soundwire/intel.h +++ b/drivers/soundwire/intel.h @@ -5,7 +5,7 @@ #define __SDW_INTEL_LOCAL_H /** - * struct sdw_intel_res - Soundwire link resources + * struct sdw_intel_link_res - Soundwire link resources * @registers: Link IO registers base * @shim: Audio shim pointer * @alh: ALH (Audio Link Hub) pointer |