mirror of
https://github.com/apache/nuttx.git
synced 2025-12-12 22:05:54 +08:00
fs: Add g_ prefix for all global mountpt_operations instances
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Alin Jerpelea
parent
51dc67ad5f
commit
dd631265c4
@@ -133,7 +133,7 @@ static int spiffs_stat(FAR struct inode *mountpt, FAR const char *relpath,
|
||||
* Public Data
|
||||
****************************************************************************/
|
||||
|
||||
const struct mountpt_operations spiffs_operations =
|
||||
const struct mountpt_operations g_spiffs_operations =
|
||||
{
|
||||
spiffs_open, /* open */
|
||||
spiffs_close, /* close */
|
||||
|
||||
Reference in New Issue
Block a user