mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
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:
committed by
David Sidrane
parent
e6490694a1
commit
149cafe450
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user