diff options
author | Ingo Molnar <mingo@kernel.org> | 2017-11-07 04:32:44 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2017-11-07 04:32:44 -0500 |
commit | 8c5db92a705d9e2c986adec475980d1120fa07b4 (patch) | |
tree | 9f0eea56889819707c0a1a8eb5b1fb2db3cdaf3d /net/psample/psample.c | |
parent | ca5d376e17072c1b60c3fee66f3be58ef018952d (diff) | |
parent | e4880bc5dfb1f02b152e62a894b5c6f3e995b3cf (diff) |
Merge branch 'linus' into locking/core, to resolve conflicts
Conflicts:
include/linux/compiler-clang.h
include/linux/compiler-gcc.h
include/linux/compiler-intel.h
include/uapi/linux/stddef.h
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'net/psample/psample.c')
-rw-r--r-- | net/psample/psample.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/psample/psample.c b/net/psample/psample.c index 3a6ad0f438dc..64f95624f219 100644 --- a/net/psample/psample.c +++ b/net/psample/psample.c | |||
@@ -296,6 +296,6 @@ static void __exit psample_module_exit(void) | |||
296 | module_init(psample_module_init); | 296 | module_init(psample_module_init); |
297 | module_exit(psample_module_exit); | 297 | module_exit(psample_module_exit); |
298 | 298 | ||
299 | MODULE_AUTHOR("Yotam Gigi <yotamg@mellanox.com>"); | 299 | MODULE_AUTHOR("Yotam Gigi <yotam.gi@gmail.com>"); |
300 | MODULE_DESCRIPTION("netlink channel for packet sampling"); | 300 | MODULE_DESCRIPTION("netlink channel for packet sampling"); |
301 | MODULE_LICENSE("GPL v2"); | 301 | MODULE_LICENSE("GPL v2"); |