Skip to content

Commit 322948c

Browse files
Thomas Zimmermannmpe
authored andcommitted
powerpc/machdep: Remove trailing whitespaces
Fix coding style. No functional changes. Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de> Reviewed-by: Arnd Bergmann <arnd@arndb.de> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://msgid.link/20230922080636.26762-4-tzimmermann@suse.de
1 parent 707df29 commit 322948c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

arch/powerpc/include/asm/machdep.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#include <linux/export.h>
1111

1212
struct pt_regs;
13-
struct pci_bus;
13+
struct pci_bus;
1414
struct device_node;
1515
struct iommu_table;
1616
struct rtc_time;
@@ -78,8 +78,8 @@ struct machdep_calls {
7878
unsigned char (*nvram_read_val)(int addr);
7979
void (*nvram_write_val)(int addr, unsigned char val);
8080
ssize_t (*nvram_write)(char *buf, size_t count, loff_t *index);
81-
ssize_t (*nvram_read)(char *buf, size_t count, loff_t *index);
82-
ssize_t (*nvram_size)(void);
81+
ssize_t (*nvram_read)(char *buf, size_t count, loff_t *index);
82+
ssize_t (*nvram_size)(void);
8383
void (*nvram_sync)(void);
8484

8585
/* Exception handlers */
@@ -102,9 +102,9 @@ struct machdep_calls {
102102
*/
103103
long (*feature_call)(unsigned int feature, ...);
104104

105-
/* Get legacy PCI/IDE interrupt mapping */
105+
/* Get legacy PCI/IDE interrupt mapping */
106106
int (*pci_get_legacy_ide_irq)(struct pci_dev *dev, int channel);
107-
107+
108108
/* Get access protection for /dev/mem */
109109
pgprot_t (*phys_mem_access_prot)(struct file *file,
110110
unsigned long pfn,

0 commit comments

Comments
 (0)