Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ps3: Fix trivial typos in comment and debug message

Change 'prosessor' to 'processor'
Change 'set_inteval' to 'set_interval'

Signed-off-by: Yannick Guerrini <yguerrini@tomshardware.fr>
Acked-by: Geoff Levand <geoff@infradead.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>

authored by

Yannick Guerrini and committed by
Michael Ellerman
1318470d e77553cb

+2 -2
+2 -2
drivers/ps3/ps3-lpm.c
··· 105 105 * @open: An atomic variable indicating the lpm driver has been opened. 106 106 * @rights: The lpm rigths granted by the system policy module. A logical 107 107 * OR of enum ps3_lpm_rights. 108 - * @node_id: The node id of a BE prosessor whose performance monitor this 108 + * @node_id: The node id of a BE processor whose performance monitor this 109 109 * lpar has the right to use. 110 110 * @pu_id: The lv1 id of the logical PU. 111 111 * @lpm_id: The lv1 id of this lpm instance. ··· 412 412 result = lv1_set_lpm_interval(lpm_priv->lpm_id, 0, 0, &val); 413 413 if (result) { 414 414 val = 0; 415 - dev_dbg(sbd_core(), "%s:%u: lv1 set_inteval failed: " 415 + dev_dbg(sbd_core(), "%s:%u: lv1 set_interval failed: " 416 416 "reg %u, %s\n", __func__, __LINE__, reg, 417 417 ps3_result(result)); 418 418 }