projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f98307
)
ASoC: Intel: sst: fix ix spelling mistake: "capablities" -> "capabilites"
author
Colin Ian King
<colin.king@canonical.com>
Wed, 17 Aug 2016 17:47:59 +0000
(18:47 +0100)
committer
Mark Brown
<broonie@kernel.org>
Thu, 18 Aug 2016 08:56:49 +0000
(09:56 +0100)
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>
sound/soc/intel/atom/sst/sst.c
patch
|
blob
|
history
diff --git
a/sound/soc/intel/atom/sst/sst.c
b/sound/soc/intel/atom/sst/sst.c
index
a4b458e
..
498b5f7
100644
(file)
--- 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;
};
}