diff options
Diffstat (limited to 'drivers/base/class.c')
| -rw-r--r-- | drivers/base/class.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/drivers/base/class.c b/drivers/base/class.c index 0147f476b8a9..9c6a0d6408e7 100644 --- a/drivers/base/class.c +++ b/drivers/base/class.c @@ -219,6 +219,8 @@ static void class_create_release(struct class *cls)   * This is used to create a struct class pointer that can then be used   * in calls to device_create().   * + * Returns &struct class pointer on success, or ERR_PTR() on error. + *   * Note, the pointer created here is to be destroyed when finished by   * making a call to class_destroy().   */ |