curvetun-libs = -l${CONFIG_NACL_LIB} \ -lpthread curvetun-objs = xmalloc.o \ epoll2.o \ str.o \ dev.o \ stun.o \ sock.o \ sig.o \ link.o \ patricia.o \ corking.o \ trie.o \ taia.o \ hash.o \ rnd.o \ curve.o \ curve_test.o \ cookie.o \ keypair.o \ ioexact.o \ ioops.o \ cpusched.o \ curvetun_mgmt_servers.o \ curvetun_mgmt_users.o \ curvetun_server.o \ curvetun_client.o \ curvetun.o curvetun-eflags = -I ${CONFIG_NACL_INC_DIR} curvetun-confs = ='vcs-git' href='http:///git.distanz.ch/cgit.cgi/linux/net-next.git' title='net-next.git Git repository'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPichugin Dmitry <smokeman85@gmail.com>2017-01-28 17:06:53 +0300
committerJohannes Berg <johannes.berg@intel.com>2017-02-08 09:15:59 +0100
commitb699b71d82e77203be43bda5ff1b72516f129581 (patch)
tree51f9589974f3f58fd2e26660f4dec51a4a267d43
parentbddb2afcb6c52a545f18fb9bcd4829828ebf4a3a (diff)
cfg80211 debugfs: Cleanup some checkpatch issues
This fixes the checkpatch.pl warnings: * Macros should not use a trailing semicolon. * Spaces required around that '='. * Symbolic permissions 'S_IRUGO' are not preferred. Signed-off-by: Dmitriy Pichugin <smokeman85@gmail.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
-rw-r--r--net/wireless/debugfs.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/net/wireless/debugfs.c b/net/wireless/debugfs.c