summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2016-08-17 17:47:59 (GMT)
committerMark Brown <broonie@kernel.org>2016-08-18 08:56:49 (GMT)
commit84ccd63686498e907799fe3789b521a2a18dd6a9 (patch)
tree151b7d9ae6b92cee0232b9222e46fb2aecf27cdb
parent8f98307d023810669391555e370a8c2a8e2af9b6 (diff)
downloadlinux-84ccd63686498e907799fe3789b521a2a18dd6a9.tar.xz
ASoC: Intel: sst: fix ix spelling mistake: "capablities" -> "capabilites"
trivial fix to spelling mistake in dev_err message and reformat code to avoid being over 80 chars wide per line Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r--sound/soc/intel/atom/sst/sst.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/soc/intel/atom/sst/sst.c b/sound/soc/intel/atom/sst/sst.c
index a4b458e..498b5f7 100644
--- a/sound/soc/intel/atom/sst/sst.c
+++ b/sound/soc/intel/atom/sst/sst.c
@@ -190,7 +190,8 @@ int sst_driver_ops(struct intel_sst_drv *sst)
default:
dev_err(sst->dev,
- "SST Driver capablities missing for dev_id: %x", sst->dev_id);
+ "SST Driver capabilities missing for dev_id: %x",
+ sst->dev_id);
return -EINVAL;
};
}