Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Feb 2019 22:07:59 +0000 (UTC)
From:      Ian Lepore <ian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r344608 - head/sys/sys
Message-ID:  <201902262207.x1QM7xN2097589@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902262207.x1QM7xN2097589>