Message ID | 0176885fccfffe7aaad6fcae774ff336bdf75c94.1717684365.git.petrm@nvidia.com (mailing list archive) |
---|---|
State | Accepted |
Commit | c1e156ae50ee520baf4e560b1284677ddfcea974 |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | mlxsw: ACL fixes | expand |
On Thu, Jun 06, 2024 at 04:49:38PM +0200, Petr Machata wrote: > From: Ido Schimmel <idosch@nvidia.com> > > 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>
diff --git a/lib/objagg.c b/lib/objagg.c index 1e248629ed64..955538c90223 100644 --- a/lib/objagg.c +++ b/lib/objagg.c @@ -421,7 +421,7 @@ static struct objagg_obj *__objagg_obj_get(struct objagg *objagg, void *obj) * * There are 3 main options this function wraps: * 1) The object according to "obj" already exist. In that case - * the reference counter is incrementes and the object is returned. + * the reference counter is incremented and the object is returned. * 2) The object does not exist, but it can be aggregated within * another object. In that case, user ops->delta_create() is called * to obtain delta data and a new object is created with returned