]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/mutex.h
Merge ../linux-2.6-watchdog-mm
[linux-2.6-omap-h63xx.git] / include / linux / mutex.h
index a7544afd7582cff85c1aa374f6073cb99a331f6e..b81bc2adaeff138095b0db333948f5c03db8d610 100644 (file)
@@ -105,7 +105,7 @@ do {                                                        \
 extern void __mutex_init(struct mutex *lock, const char *name,
                         struct lock_class_key *key);
 
-/***
+/**
  * mutex_is_locked - is the mutex locked
  * @lock: the mutex to be queried
  *