From: Saeed Mahameed <redacted>
Date: Thu, 22 Mar 2018 15:33:43 -0700
quoted hunk ↗ jump to hunk
diff --git a/net/tls/tls_device.c b/net/tls/tls_device.c
new file mode 100644
index 000000000000..34555ac0b959
--- /dev/null
+++ b/net/tls/tls_device.c
...
+static inline void tls_append_frag(struct tls_record_info *record,
+ struct page_frag *pfrag,
+ int size)
Do not use the inline keyword in foo.c files, please let the compiler
make that determination.
Please audit this entire submission for this problem.
Thank you.