summaryrefslogtreecommitdiff
path: root/drivers/staging/csr/csr_sched.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/csr/csr_sched.h')
-rw-r--r--drivers/staging/csr/csr_sched.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/csr/csr_sched.h b/drivers/staging/csr/csr_sched.h
index e42fca9a859f..7ae1ea5b3229 100644
--- a/drivers/staging/csr/csr_sched.h
+++ b/drivers/staging/csr/csr_sched.h
@@ -125,7 +125,7 @@ void CsrSchedBgintSet(CsrSchedBgint bgint);
* obey the convention that when a message built with CsrPmemAlloc()ed memory
* is given to CsrSchedMessagePut() then ownership of the memory is ceded to the
* scheduler - and eventually to the recipient task. I.e., the receiver of
- * the message will be expected to CsrPmemFree() the message storage.
+ * the message will be expected to kfree() the message storage.
*
* RETURNS
* void.