btashton commented on code in PR #10564:
URL: https://github.com/apache/nuttx/pull/10564#discussion_r1320838776


##########
fs/procfs/fs_procfs.c:
##########
@@ -67,6 +67,7 @@ extern const struct procfs_operations g_proc_operations;
 extern const struct procfs_operations g_tcbinfo_operations;
 extern const struct procfs_operations g_uptime_operations;
 extern const struct procfs_operations g_version_operations;
+extern const struct procfs_operations clk_procfsoperations;

Review Comment:
   should this be updated (in the other files as well) to have the `g_` prefix 
indicating global?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to