aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ps3/ps3-lpm.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ps3/ps3-lpm.c')
-rw-r--r--drivers/ps3/ps3-lpm.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/ps3/ps3-lpm.c b/drivers/ps3/ps3-lpm.c
index 8000985d0e8c..643697f71390 100644
--- a/drivers/ps3/ps3-lpm.c
+++ b/drivers/ps3/ps3-lpm.c
@@ -919,7 +919,7 @@ EXPORT_SYMBOL_GPL(ps3_disable_pm);
919 * @offset: Offset in bytes from the start of the trace buffer. 919 * @offset: Offset in bytes from the start of the trace buffer.
920 * @buf: Copy destination. 920 * @buf: Copy destination.
921 * @count: Maximum count of bytes to copy. 921 * @count: Maximum count of bytes to copy.
922 * @bytes_copied: Pointer to a variable that will recieve the number of 922 * @bytes_copied: Pointer to a variable that will receive the number of
923 * bytes copied to @buf. 923 * bytes copied to @buf.
924 * 924 *
925 * On error @buf will contain any successfully copied trace buffer data 925 * On error @buf will contain any successfully copied trace buffer data
@@ -974,7 +974,7 @@ EXPORT_SYMBOL_GPL(ps3_lpm_copy_tb);
974 * @offset: Offset in bytes from the start of the trace buffer. 974 * @offset: Offset in bytes from the start of the trace buffer.
975 * @buf: A __user copy destination. 975 * @buf: A __user copy destination.
976 * @count: Maximum count of bytes to copy. 976 * @count: Maximum count of bytes to copy.
977 * @bytes_copied: Pointer to a variable that will recieve the number of 977 * @bytes_copied: Pointer to a variable that will receive the number of
978 * bytes copied to @buf. 978 * bytes copied to @buf.
979 * 979 *
980 * On error @buf will contain any successfully copied trace buffer data 980 * On error @buf will contain any successfully copied trace buffer data
@@ -1074,7 +1074,7 @@ EXPORT_SYMBOL_GPL(ps3_disable_pm_interrupts);
1074 1074
1075/** 1075/**
1076 * ps3_lpm_open - Open the logical performance monitor device. 1076 * ps3_lpm_open - Open the logical performance monitor device.
1077 * @tb_type: Specifies the type of trace buffer lv1 sould use for this lpm 1077 * @tb_type: Specifies the type of trace buffer lv1 should use for this lpm
1078 * instance, specified by one of enum ps3_lpm_tb_type. 1078 * instance, specified by one of enum ps3_lpm_tb_type.
1079 * @tb_cache: Optional user supplied buffer to use as the trace buffer cache. 1079 * @tb_cache: Optional user supplied buffer to use as the trace buffer cache.
1080 * If NULL, the driver will allocate and manage an internal buffer. 1080 * If NULL, the driver will allocate and manage an internal buffer.