Update a comment to reflect reality; no functional changes.

This commit is contained in:
Ian Lepore 2019-02-26 22:07:59 +00:00
parent 8f400ec4db
commit f2f497c6fe
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=344608

View File

@ -58,7 +58,7 @@ typedef int (*flash_slicer_t)(device_t dev, const char *provider,
#define FLASH_SLICES_TYPE_SPI 2
#define FLASH_SLICES_TYPE_MMC 3
/* Use NULL for deregistering a slicer */
/* Use NULL and set force to true for deregistering a slicer */
void flash_register_slicer(flash_slicer_t slicer, u_int type, bool force);
#endif /* _KERNEL */