lkml.org 
[lkml]   [2007]   [Aug]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[PATCH RT] Add missing semicolon in percpu_list.h
From
Date
Ingo,

This patch adds a missing semicolon in the percpu_list.h under
!CONFIG_SMP.

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>

Index: linux-2.6.23-rc2-rt2/include/linux/percpu_list.h
===================================================================
--- linux-2.6.23-rc2-rt2.orig/include/linux/percpu_list.h
+++ linux-2.6.23-rc2-rt2/include/linux/percpu_list.h
@@ -84,7 +84,7 @@ void percpu_list_fold(struct percpu_list

struct percpu_list {
struct lock_list_head list;
-}
+};

static inline
void percpu_list_init(struct percpu_list *pcl)

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2007-08-08 21:07    [W:4.601 / U:0.004 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site