Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

lib: objagg: Fix spelling

Fixes: 0a020d416d0a ("lib: introduce initial implementation of object aggregation manager")
Signed-off-by: Ido Schimmel <idosch@nvidia.com>
Reviewed-by: Amit Cohen <amcohen@nvidia.com>
Tested-by: Alexander Zubkov <green@qrator.net>
Signed-off-by: Petr Machata <petrm@nvidia.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Ido Schimmel and committed by
David S. Miller
c1e156ae 28f961f9

+1 -1
+1 -1
lib/objagg.c
··· 421 421 * 422 422 * There are 3 main options this function wraps: 423 423 * 1) The object according to "obj" already exist. In that case 424 - * the reference counter is incrementes and the object is returned. 424 + * the reference counter is incremented and the object is returned. 425 425 * 2) The object does not exist, but it can be aggregated within 426 426 * another object. In that case, user ops->delta_create() is called 427 427 * to obtain delta data and a new object is created with returned