staging: csr: remove CsrPmemFree()
[firefly-linux-kernel-4.4.55.git] / drivers / staging / csr / csr_sched.h
index e42fca9a859fada85cf6b54336909e0de499f983..7ae1ea5b322928af6cdd275a807f333d1d6b127f 100644 (file)
@@ -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.