diff --git a/[refs] b/[refs] index 8c5ba5b03298..abe65a0292fa 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5028eaa97dd1dab9cd7c30c4d38f71c708ca64bc +refs/heads/master: 5dd559f020c98a2a4b3e063f09c0e4bc771ed838 diff --git a/trunk/include/linux/slow-work.h b/trunk/include/linux/slow-work.h index 85958277f83d..b65c8881f07a 100644 --- a/trunk/include/linux/slow-work.h +++ b/trunk/include/linux/slow-work.h @@ -67,7 +67,7 @@ static inline void slow_work_init(struct slow_work *work, } /** - * slow_work_init - Initialise a very slow work item + * vslow_work_init - Initialise a very slow work item * @work: The work item to initialise * @ops: The operations to use to handle the slow work item *