Fix coding style. No functional changes.

Signed-off-by: Thomas Zimmermann <tzimmerm...@suse.de>
---
 arch/powerpc/include/asm/machdep.h | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/arch/powerpc/include/asm/machdep.h 
b/arch/powerpc/include/asm/machdep.h
index 4f6e7d7ee388..933465ed4c43 100644
--- a/arch/powerpc/include/asm/machdep.h
+++ b/arch/powerpc/include/asm/machdep.h
@@ -10,7 +10,7 @@
 #include <linux/export.h>
 
 struct pt_regs;
-struct pci_bus;        
+struct pci_bus;
 struct device_node;
 struct iommu_table;
 struct rtc_time;
@@ -78,8 +78,8 @@ struct machdep_calls {
        unsigned char   (*nvram_read_val)(int addr);
        void            (*nvram_write_val)(int addr, unsigned char val);
        ssize_t         (*nvram_write)(char *buf, size_t count, loff_t *index);
-       ssize_t         (*nvram_read)(char *buf, size_t count, loff_t *index);  
-       ssize_t         (*nvram_size)(void);            
+       ssize_t         (*nvram_read)(char *buf, size_t count, loff_t *index);
+       ssize_t         (*nvram_size)(void);
        void            (*nvram_sync)(void);
 
        /* Exception handlers */
@@ -102,9 +102,9 @@ struct machdep_calls {
         */
        long            (*feature_call)(unsigned int feature, ...);
 
-       /* Get legacy PCI/IDE interrupt mapping */ 
+       /* Get legacy PCI/IDE interrupt mapping */
        int             (*pci_get_legacy_ide_irq)(struct pci_dev *dev, int 
channel);
-       
+
        /* Get access protection for /dev/mem */
        pgprot_t        (*phys_mem_access_prot)(struct file *file,
                                                unsigned long pfn,
-- 
2.41.0

Reply via email to