diff --git a/include/linux/refcount.h b/include/linux/refcount.h index 497990c69b0bf1352d47ecf7a79e30ff5cc71090..b8a6e387f8f9467a58092c99629ebbfc66889b69 100644 --- a/include/linux/refcount.h +++ b/include/linux/refcount.h @@ -101,7 +101,7 @@ struct mutex; /** - * struct refcount_t - variant of atomic_t specialized for reference counts + * typedef refcount_t - variant of atomic_t specialized for reference counts * @refs: atomic_t counter field * * The counter saturates at REFCOUNT_SATURATED and will not move once