staging: gasket: core: remove incorrect extraneous comment

A copy-and-pasted comment from another code sequence is removed from
gasket core init sequence.

Signed-off-by: Todd Poynor <toddpoynor@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Todd Poynor 2018-08-05 13:07:49 -07:00 committed by Greg Kroah-Hartman
parent 4801fc6f7f
commit d37d2dd41f
1 changed files with 0 additions and 1 deletions

View File

@ -1792,7 +1792,6 @@ static int __init gasket_init(void)
int i; int i;
pr_debug("%s\n", __func__); pr_debug("%s\n", __func__);
/* Check for duplicates and find a free slot. */
mutex_lock(&g_mutex); mutex_lock(&g_mutex);
for (i = 0; i < GASKET_FRAMEWORK_DESC_MAX; i++) { for (i = 0; i < GASKET_FRAMEWORK_DESC_MAX; i++) {
g_descs[i].driver_desc = NULL; g_descs[i].driver_desc = NULL;