]> Pileus Git - ~andy/linux/blobdiff - kernel/rcutiny_plugin.h
sched: Fix comment for sched_info_depart
[~andy/linux] / kernel / rcutiny_plugin.h
index 0cd385acccfa19660072ee3550d89a461246aa72..280d06cae3524160833d3441b5de5af3462798c7 100644 (file)
@@ -36,7 +36,7 @@ struct rcu_ctrlblk {
        RCU_TRACE(unsigned long gp_start); /* Start time for stalls. */
        RCU_TRACE(unsigned long ticks_this_gp); /* Statistic for stalls. */
        RCU_TRACE(unsigned long jiffies_stall); /* Jiffies at next stall. */
-       RCU_TRACE(char *name);          /* Name of RCU type. */
+       RCU_TRACE(const char *name);    /* Name of RCU type. */
 };
 
 /* Definition for rcupdate control block. */