svn commit: r344608 - head/sys/sys
Ian Lepore
ian at FreeBSD.org
Tue Feb 26 22:08:00 UTC 2019
Author: ian
Date: Tue Feb 26 22:07:59 2019
New Revision: 344608
URL: https://svnweb.freebsd.org/changeset/base/344608
Log:
Update a comment to reflect reality; no functional changes.
Modified:
head/sys/sys/slicer.h
Modified: head/sys/sys/slicer.h
==============================================================================
--- head/sys/sys/slicer.h Tue Feb 26 22:06:25 2019 (r344607)
+++ head/sys/sys/slicer.h Tue Feb 26 22:07:59 2019 (r344608)
@@ -58,7 +58,7 @@ typedef int (*flash_slicer_t)(device_t dev, const char
#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 */
More information about the svn-src-all
mailing list