From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Christian Gromm Subject: [PATCH 02/13] staging: most: fix comment of the function remove_link_store Date: Fri, 31 Mar 2017 15:22:23 +0200 Message-ID: <20170331132234.21722-2-christian.gromm@microchip.com> In-Reply-To: <20170331132234.21722-1-christian.gromm@microchip.com> References: <20170331132234.21722-1-christian.gromm@microchip.com> MIME-Version: 1.0 Content-Type: text/plain List-ID: To: gregkh@linuxfoundation.org Cc: driverdev-devel@linuxdriverproject.org, Andrey Shvetsov , Christian Gromm From: Andrey Shvetsov This patch replaces the name store_remove_link by the remove_link_store in the comment for the corresponding function. Signed-off-by: Andrey Shvetsov Signed-off-by: Christian Gromm --- drivers/staging/most/mostcore/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/most/mostcore/core.c b/drivers/staging/most/mostcore/core.c index a4beb32a8bbf..fb5e8f2ecb74 100644 --- a/drivers/staging/most/mostcore/core.c +++ b/drivers/staging/most/mostcore/core.c @@ -1017,7 +1017,7 @@ static struct most_aim_attribute most_aim_attr_add_link = __ATTR_RW(add_link); /** - * store_remove_link - store function for remove_link attribute + * remove_link_store - store function for remove_link attribute * @aim_obj: pointer to AIM object * @attr: its attributes * @buf: buffer -- 2.11.0