# # Makefile for the XFRM subsystem. # obj-$(CONFIG_XFRM) := xfrm_policy.o xfrm_state.o xfrm_hash.o \ xfrm_input.o xfrm_output.o \ xfrm_sysctl.o xfrm_replay.o obj-$(CONFIG_XFRM_STATISTICS) += xfrm_proc.o obj-$(CONFIG_XFRM_ALGO) += xfrm_algo.o obj-$(CONFIG_XFRM_USER) += xfrm_user.o obj-$(CONFIG_XFRM_IPCOMP) += xfrm_ipcomp.o atom/Documentation?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2016-09-16 17:52:16 +0100
committerMark Brown <broonie@kernel.org>2016-09-24 19:43:03 +0100
commit478cc9f93c28dccd1db373a4c996fefb5d67b072 (patch)
tree2bd44d63e93c1d6ff3c47a97d3397e400283a30b /Documentation
parent29b4817d4018df78086157ea3a55c1d9424a7cfc (diff)
ASoC: max98926: add missing \n to end of dev_err/dev_dbg messages
Trival fix, some dev_err and deb_dbg messages are missing a \n, so add it. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation')