summaryrefslogtreecommitdiff
path: root/sound/soc/amd/Makefile
blob: 1a66ec0366b237bdaeb00ada7c361b3a3d8c7adc (plain)
1
2
3
snd-soc-acp-pcm-objs	:= acp-pcm-dma.o

obj-$(CONFIG_SND_SOC_AMD_ACP) += snd-soc-acp-pcm.o
lt;dmichail@google.com>2017-01-31 16:03:13 -0800 committerDavid S. Miller <davem@davemloft.net>2017-02-01 12:10:56 -0500 commit1a2a14444d32b89b28116daea86f63ced1716668 (patch) treeff12c476ed162713c48f66d712375dc48955d6cb parentfd62d9f5c575f0792f150109f1fd24a0d4b3f854 (diff)
net: fix ndo_features_check/ndo_fix_features comment ordering
Commit cdba756f5803a2 ("net: move ndo_features_check() close to ndo_start_xmit()") inadvertently moved the doc comment for .ndo_fix_features instead of .ndo_features_check. Fix the comment ordering. Fixes: cdba756f5803a2 ("net: move ndo_features_check() close to ndo_start_xmit()") Signed-off-by: Dimitris Michailidis <dmichail@google.com> Acked-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat
-rw-r--r--include/linux/netdevice.h29
1 files changed, 15 insertions, 14 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h