Staging: iio: fix up the iio_get_new_idr_val comment

improve the comment a bit

Cc: Greg KH <greg@kroah.com>
Cc: Jonathan Cameron <jic23@cam.ac.uk>
Cc: Sonic Zhang <sonic.adi@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

authored by Andrew Morton and committed by Greg Kroah-Hartman f3cdc285 64a5a092

+1 -1
+1 -1
drivers/staging/iio/industrialio-core.c
··· 537 537 sysfs_remove_group(&dev_info->dev.kobj, dev_info->attrs); 538 538 } 539 539 540 - /* This function return negative value if fails. */ 540 + /* Return a negative errno on failure */ 541 541 int iio_get_new_idr_val(struct idr *this_idr) 542 542 { 543 543 int ret;