oreh-a commented on code in PR #8573: URL: https://github.com/apache/nuttx/pull/8573#discussion_r1111183259
########## drivers/mtd/filemtd.c: ########## @@ -708,3 +735,190 @@ bool filemtd_isfilemtd(FAR struct mtd_dev_s *dev) return (priv->mtd.erase == filemtd_erase); } + +/**************************************************************************** + * Name: mtd_loop_register_driver + * + * Description: + * Registers MTD Loop Driver + ****************************************************************************/ + +#ifdef CONFIG_MTD_LOOP +int mtd_loop_register(void) Review Comment: It is there.... Question about private functions, they are not in private section. Should file have one private/public section or may have a few? I.e. move functions to private or start second private section? -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org