Re: [PATCH] ocxl: Fix misleading comment

2020-06-08 Thread Michael Ellerman
On Wed, 26 Feb 2020 15:39:23 +1100, Andrew Donnellan wrote: > In ocxl_context_free() we note that the AFU reference we're releasing was > taken in "ocxl_context_init", a function that doesn't actually exist. > > Fix it to say ocxl_context_alloc() instead, which I expect was what was > intended. A

Re: [PATCH] ocxl: Fix misleading comment

2020-02-25 Thread Frederic Barrat
Le 26/02/2020 à 05:39, Andrew Donnellan a écrit : In ocxl_context_free() we note that the AFU reference we're releasing was taken in "ocxl_context_init", a function that doesn't actually exist. Fix it to say ocxl_context_alloc() instead, which I expect was what was intended. Fixes: 5ef3166e8