[PATCH] powerpc: lindent 85xx platform code

Kumar Gala galak at kernel.crashing.org
Wed Feb 8 15:04:45 EST 2006


>  /*
>   * Internal interrupts are all Level Sensitive, and Positive Polarity
>   *
> @@ -47,28 +46,27 @@ unsigned long isa_mem_base = 0;
>   */
>  static u_char mpc85xx_ads_openpic_initsenses[] __initdata = {
>  	MPC85XX_INTERNAL_IRQ_SENSES,
> -	0x0,						/* External  0: */
> +	0x0,			/* External  0: */
>  #if defined(CONFIG_PCI)
>  	(IRQ_SENSE_LEVEL | IRQ_POLARITY_NEGATIVE),	/* Ext 1: PCI slot 0 */
>  	(IRQ_SENSE_LEVEL | IRQ_POLARITY_NEGATIVE),	/* Ext 2: PCI slot 1 */
>  	(IRQ_SENSE_LEVEL | IRQ_POLARITY_NEGATIVE),	/* Ext 3: PCI slot 2 */
>  	(IRQ_SENSE_LEVEL | IRQ_POLARITY_NEGATIVE),	/* Ext 4: PCI slot 3 */
>  #else
> -	0x0,				/* External  1: */
> -	0x0,				/* External  2: */
> -	0x0,				/* External  3: */
> -	0x0,				/* External  4: */
> +	0x0,			/* External  1: */
> +	0x0,			/* External  2: */
> +	0x0,			/* External  3: */
> +	0x0,			/* External  4: */
>  #endif
>  	(IRQ_SENSE_LEVEL | IRQ_POLARITY_NEGATIVE),	/* External 5: PHY */
> -	0x0,				/* External  6: */
> +	0x0,			/* External  6: */
>  	(IRQ_SENSE_LEVEL | IRQ_POLARITY_NEGATIVE),	/* External 7: PHY */
> -	0x0,				/* External  8: */
> -	0x0,				/* External  9: */
> -	0x0,				/* External 10: */
> -	0x0,				/* External 11: */
> +	0x0,			/* External  8: */
> +	0x0,			/* External  9: */
> +	0x0,			/* External 10: */
> +	0x0,			/* External 11: */
>  };

Can you fix the tabs so the comments line up again.  Lindent does  
this I dont really care for it.

- k



More information about the Linuxppc-dev mailing list