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 */
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to