mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +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
@@ -72,7 +72,7 @@ static ssize_t mempool_read(FAR struct file *filep, FAR char *buffer,
|
||||
* Public Data
|
||||
****************************************************************************/
|
||||
|
||||
const struct procfs_operations mempool_operations =
|
||||
const struct procfs_operations g_mempool_operations =
|
||||
{
|
||||
mempool_open, /* open */
|
||||
mempool_close, /* close */
|
||||
|
||||
Reference in New Issue
Block a user