X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fmutex.h;h=b81bc2adaeff138095b0db333948f5c03db8d610;hb=ee7b9e3706b9c5f90113eb16a1a84a1c01e09f95;hp=a7544afd7582cff85c1aa374f6073cb99a331f6e;hpb=e9ccb79927225d8cd8d022a7c09bfb2fad935b89;p=linux-2.6 diff --git a/include/linux/mutex.h b/include/linux/mutex.h index a7544afd75..b81bc2adae 100644 --- a/include/linux/mutex.h +++ b/include/linux/mutex.h @@ -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 *