[alsa-devel] [PATCH] ASoC: Intel: sst: fix ix spelling mistake: "capablities" -> "capabilites"
Colin King
colin.king at canonical.com
Wed Aug 17 19:47:59 CEST 2016
From: Colin Ian King <colin.king at canonical.com>
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 at canonical.com>
---
sound/soc/intel/atom/sst/sst.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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;
};
}
--
2.8.1
More information about the Alsa-devel
mailing list