1CLASS_DEV_ITER_EXIT(9) Device drivers infrastructure CLASS_DEV_ITER_EXIT(9)
23
4
NAME
6class_dev_iter_exit - finish iteration
7
SYNOPSIS
9void class_dev_iter_exit(struct class_dev_iter * iter);
10
ARGUMENTS
12iter
13class iterator to finish
14
DESCRIPTION
16Finish an iteration. Always call this function after iteration is
17complete whether the iteration ran till the end or not.
18
COPYRIGHT
20Kernel Hackers Manual 2.6. November 2011 CLASS_DEV_ITER_EXIT(9)