docs: kref: Clarify the use of two kref_put() in example code
authorManivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Thu, 13 Feb 2020 12:53:11 +0000 (18:23 +0530)
committerJonathan Corbet <corbet@lwn.net>
Tue, 25 Feb 2020 10:39:10 +0000 (03:39 -0700)
commitef45e78fdc11ac1794940c2ff4a6bf3bc4c45372
tree657c4f117352dfcbeb379b0529d76fa6b8398398
parent021622df556b7213cffec1c0713f093fc7d045e3
docs: kref: Clarify the use of two kref_put() in example code

Eventhough the current documentation explains that the reference count
gets incremented by both kref_init() and kref_get(), it is often
misunderstood that only one instance of kref_put() is needed in the
example code. So let's clarify that a bit.

Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/kref.txt