From 90f6ab2eceada8987fc6e5017ae415eade165c00 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Wed, 5 Jun 2013 01:47:40 +0200 Subject: Use tabs for indentation, not spaces. Signed-off-by: Ralf Baechle --- hdlcutil/hdlcdrv.9 | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'hdlcutil/hdlcdrv.9') diff --git a/hdlcutil/hdlcdrv.9 b/hdlcutil/hdlcdrv.9 index 31b0e7e..e76c391 100644 --- a/hdlcutil/hdlcdrv.9 +++ b/hdlcutil/hdlcdrv.9 @@ -118,11 +118,11 @@ the HDLC driver: .nf struct hdlcdrv_ops { - const char *\fIdrvname\fP; - const char *\fIdrvinfo\fP; - int (*\fIopen\fP)(struct device *); - int (*\fIclose\fP)(struct device *); - int (*\fIioctl\fP)(struct device *, struct ifreq *, int); + const char *\fIdrvname\fP; + const char *\fIdrvinfo\fP; + int (*\fIopen\fP)(struct device *); + int (*\fIclose\fP)(struct device *); + int (*\fIioctl\fP)(struct device *, struct ifreq *, int); }; .fi @@ -149,14 +149,14 @@ from and to the driver using the following struct: .nf struct hdlcdrv_ioctl { - int cmd; - union { - struct hdlcdrv_params mp; - struct hdlcdrv_channel_params cp; - struct hdlcdrv_channel_state cs; - unsigned int calibrate; - unsigned char bits; - } data; + int cmd; + union { + struct hdlcdrv_params mp; + struct hdlcdrv_channel_params cp; + struct hdlcdrv_channel_state cs; + unsigned int calibrate; + unsigned char bits; + } data; }; .fi -- cgit v1.2.3