Skip to content

Commit

Permalink
MIPS: BCM1480: bcm1480_regs.h: strip redundant comments
Browse files Browse the repository at this point in the history
Strip some comments which probably meant to repeat the same value of the
define; they also contained a confusing 0x0x prefix.

Signed-off-by: Antonio Ospite <[email protected]>
Cc: [email protected]
Patchwork: https://patchwork.linux-mips.org/patch/12254/
Signed-off-by: Ralf Baechle <[email protected]>
  • Loading branch information
ao2 authored and ralfbaechle committed May 13, 2016
1 parent 50af501 commit 44896af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/mips/include/asm/sibyte/bcm1480_regs.h
Original file line number Diff line number Diff line change
Expand Up @@ -415,8 +415,8 @@
(cpu)*BCM1480_IMR_ALIAS_MAILBOX_SPACING)
#define A_BCM1480_IMR_ALIAS_MAILBOX_REGISTER(cpu, reg) (A_BCM1480_IMR_ALIAS_MAILBOX(cpu)+(reg))

#define R_BCM1480_IMR_ALIAS_MAILBOX_0 0x0000 /* 0x0x0 */
#define R_BCM1480_IMR_ALIAS_MAILBOX_0_SET 0x0008 /* 0x0x8 */
#define R_BCM1480_IMR_ALIAS_MAILBOX_0 0x0000
#define R_BCM1480_IMR_ALIAS_MAILBOX_0_SET 0x0008

/*
* these macros work together to build the address of a mailbox
Expand Down

0 comments on commit 44896af

Please sign in to comment.