c89: get rid of designated initializers in common code

Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
Petro Karashchenko
2022-03-26 21:51:22 +01:00
committed by Xiang Xiao
parent c67272f9c8
commit 98ba65c422
37 changed files with 346 additions and 369 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ static const struct file_operations g_foc_fops =
static struct foc_callbacks_s g_foc_callbacks =
{
.notifier = foc_notifier,
foc_notifier
};
/****************************************************************************