diff options
Diffstat (limited to 'include/linux/refcount.h')
-rw-r--r-- | include/linux/refcount.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/refcount.h b/include/linux/refcount.h index e8286585e149..4193c41e383a 100644 --- a/include/linux/refcount.h +++ b/include/linux/refcount.h | |||
@@ -8,7 +8,7 @@ | |||
8 | #include <linux/kernel.h> | 8 | #include <linux/kernel.h> |
9 | 9 | ||
10 | /** | 10 | /** |
11 | * refcount_t - variant of atomic_t specialized for reference counts | 11 | * struct refcount_t - variant of atomic_t specialized for reference counts |
12 | * @refs: atomic_t counter field | 12 | * @refs: atomic_t counter field |
13 | * | 13 | * |
14 | * The counter saturates at UINT_MAX and will not move once | 14 | * The counter saturates at UINT_MAX and will not move once |