]> git.proxmox.com Git - mirror_zfs.git/commit
Fix function documentation to correctly mirror code
authorTobin Harding <me@tobin.cc>
Fri, 13 Oct 2017 19:42:04 +0000 (06:42 +1100)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 13 Oct 2017 19:42:04 +0000 (12:42 -0700)
commitc616dcf8bc3b2cb2dddc9b8f8bc64f307c9fb938
tree27bad33f5086ddf09be6b88129457d147bbf2af7
parentaea899a6fabbd8d0daf25a23ba114804b022529b
Fix function documentation to correctly mirror code

Currently the function documentation states that two strings are
allocated, this is outdated. Only one char ** parameter is passed
into the function now, clearly only a pointer to a single string
is returned and needs to be free'd.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Tobin C. Harding <me@tobin.cc>
Closes #6754
lib/libzfs/libzfs_import.c