summaryrefslogtreecommitdiff
path: root/backport/backport-include/linux/rcupdate.h
diff options
context:
space:
mode:
Diffstat (limited to 'backport/backport-include/linux/rcupdate.h')
-rw-r--r--backport/backport-include/linux/rcupdate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backport/backport-include/linux/rcupdate.h b/backport/backport-include/linux/rcupdate.h
index 230d12f8..b96ef496 100644
--- a/backport/backport-include/linux/rcupdate.h
+++ b/backport/backport-include/linux/rcupdate.h
@@ -2,7 +2,7 @@
#define __BACKPORT_LINUX_RCUPDATE_H
#include_next <linux/rcupdate.h>
-/*
+/*
* This adds a nested function everywhere kfree_rcu() was called. This
* function frees the memory and is given as a function to call_rcu().
* The rcu callback could happen every time also after the module was