1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-02 01:18:26 +03:00

libdm: finish the comment

This commit is contained in:
Peter Rajnoha 2014-09-12 15:35:57 +02:00
parent 5895657b59
commit 30e0c0d863

View File

@ -306,7 +306,7 @@ static int _create_control(const char *control, uint32_t major, uint32_t minor)
/* /*
* If require_module_loaded=0, caller is responsible to check * If require_module_loaded=0, caller is responsible to check
* whether _dm_device_major or _dm_bitset is really set. If * whether _dm_device_major or _dm_bitset is really set. If
* it's not, it means * it's not, it means the module is not loaded.
*/ */
static int _create_dm_bitset(int require_module_loaded) static int _create_dm_bitset(int require_module_loaded)
{ {