kunit: Use gfp in kunit_alloc_resource() kernel-doc
[linux-2.6-microblaze.git] / include / kunit / resource.h
index cf6fb8f..c0d88b3 100644 (file)
@@ -72,7 +72,7 @@ typedef void (*kunit_resource_free_t)(struct kunit_resource *);
  *             params.gfp = gfp;
  *
  *             return kunit_alloc_resource(test, kunit_kmalloc_init,
- *                     kunit_kmalloc_free, &params);
+ *                     kunit_kmalloc_free, gfp, &params);
  *     }
  *
  * Resources can also be named, with lookup/removal done on a name