diff --git a/include/linux/seqlock.h b/include/linux/seqlock.h index 76e44e6c010049eb0bd3dbc4ac9a418640b4c62f..ac5b07f558b0318f2aaece79f5292edcf75df9d6 100644 --- a/include/linux/seqlock.h +++ b/include/linux/seqlock.h @@ -821,7 +821,7 @@ typedef struct { } while (0) /** - * DEFINE_SEQLOCK() - Define a statically allocated seqlock_t + * DEFINE_SEQLOCK(sl) - Define a statically allocated seqlock_t * @sl: Name of the seqlock_t instance */ #define DEFINE_SEQLOCK(sl) \