procfs: Add g_ prefix to all procfs_operations

to conform the coding style

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2023-04-18 02:23:18 +08:00
committed by David Sidrane
parent e6490694a1
commit 149cafe450
18 changed files with 66 additions and 66 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ static int modprocfs_stat(FAR const char *relpath, FAR struct stat *buf);
* with any compiler.
*/
const struct procfs_operations module_operations =
const struct procfs_operations g_module_operations =
{
modprocfs_open, /* open */
modprocfs_close, /* close */