]> Pileus Git - ~andy/linux/blobdiff - drivers/staging/tidspbridge/include/dspbridge/rmm.h
staging: ti dspbridge: Rename words with camel case
[~andy/linux] / drivers / staging / tidspbridge / include / dspbridge / rmm.h
index 468d8d89c8bae4c9441b966c0481b480f438094d..f6b78d7f7ee09fe478a79525f3050b948b2b928b 100644 (file)
@@ -166,7 +166,7 @@ extern bool rmm_init(void);
  *
  *  Parameters:
  *      segid:       Segment ID of the dynamic loading segment.
- *      pMemStatBuf: Pointer to allocated buffer into which memory stats are
+ *      mem_stat_buf: Pointer to allocated buffer into which memory stats are
  *                   placed.
  *  Returns:
  *      TRUE:   Success.
@@ -176,6 +176,6 @@ extern bool rmm_init(void);
  *  Ensures:
  */
 extern bool rmm_stat(struct rmm_target_obj *target, enum dsp_memtype segid,
-                    struct dsp_memstat *pMemStatBuf);
+                    struct dsp_memstat *mem_stat_buf);
 
 #endif /* RMM_ */