Skip to content

Commit

Permalink
ARM: dt: GIC: Spelling s/specific/specifier/, s/flaggs/flags/
Browse files Browse the repository at this point in the history
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: Stephen Warren <swarren@nvidia.com>
Cc: Rob Herring <robh+dt@kernel.org>
Signed-off-by: Rob Herring <robh@kernel.org>
  • Loading branch information
Geert Uytterhoeven authored and Rob Herring committed Jan 13, 2015
1 parent 7c2461b commit d6613aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/dt-bindings/interrupt-controller/arm-gic.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@

#include <dt-bindings/interrupt-controller/irq.h>

/* interrupt specific cell 0 */
/* interrupt specifier cell 0 */

#define GIC_SPI 0
#define GIC_PPI 1

/*
* Interrupt specifier cell 2.
* The flaggs in irq.h are valid, plus those below.
* The flags in irq.h are valid, plus those below.
*/
#define GIC_CPU_MASK_RAW(x) ((x) << 8)
#define GIC_CPU_MASK_SIMPLE(num) GIC_CPU_MASK_RAW((1 << (num)) - 1)
Expand Down

0 comments on commit d6613aa

Please sign in to comment.