fs: Add g_ prefix for all global mountpt_operations instances

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2023-04-22 22:53:42 +08:00
committed by Alin Jerpelea
parent 51dc67ad5f
commit dd631265c4
20 changed files with 53 additions and 124 deletions
+1 -1
View File
@@ -46,7 +46,7 @@
* with any compiler.
*/
const struct mountpt_operations nxffs_operations =
const struct mountpt_operations g_nxffs_operations =
{
nxffs_open, /* open */
nxffs_close, /* close */