Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
c09b0a36
Commit
c09b0a36
authored
Jan 03, 2004
by
Wim Van Sebroeck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[WATCHDOG] 2.6.0-rc1 cleanup-spaces-tabs.patch
Cleanup of trailing spaces, tabs, ...
parent
8c30fef8
Changes
18
Show whitespace changes
Inline
Side-by-side
Showing
18 changed files
with
326 additions
and
326 deletions
+326
-326
drivers/char/watchdog/acquirewdt.c
drivers/char/watchdog/acquirewdt.c
+23
-23
drivers/char/watchdog/alim7101_wdt.c
drivers/char/watchdog/alim7101_wdt.c
+1
-1
drivers/char/watchdog/amd7xx_tco.c
drivers/char/watchdog/amd7xx_tco.c
+22
-22
drivers/char/watchdog/cpu5wdt.c
drivers/char/watchdog/cpu5wdt.c
+9
-9
drivers/char/watchdog/eurotechwdt.c
drivers/char/watchdog/eurotechwdt.c
+46
-46
drivers/char/watchdog/i810-tco.c
drivers/char/watchdog/i810-tco.c
+5
-5
drivers/char/watchdog/ib700wdt.c
drivers/char/watchdog/ib700wdt.c
+4
-4
drivers/char/watchdog/indydog.c
drivers/char/watchdog/indydog.c
+6
-6
drivers/char/watchdog/machzwd.c
drivers/char/watchdog/machzwd.c
+43
-43
drivers/char/watchdog/mixcomwd.c
drivers/char/watchdog/mixcomwd.c
+20
-20
drivers/char/watchdog/pcwd.c
drivers/char/watchdog/pcwd.c
+35
-35
drivers/char/watchdog/sc1200wdt.c
drivers/char/watchdog/sc1200wdt.c
+8
-8
drivers/char/watchdog/scx200_wdt.c
drivers/char/watchdog/scx200_wdt.c
+24
-24
drivers/char/watchdog/shwdt.c
drivers/char/watchdog/shwdt.c
+6
-6
drivers/char/watchdog/softdog.c
drivers/char/watchdog/softdog.c
+10
-10
drivers/char/watchdog/wdt.c
drivers/char/watchdog/wdt.c
+55
-55
drivers/char/watchdog/wdt285.c
drivers/char/watchdog/wdt285.c
+6
-6
drivers/char/watchdog/wdt977.c
drivers/char/watchdog/wdt977.c
+3
-3
No files found.
drivers/char/watchdog/acquirewdt.c
View file @
c09b0a36
drivers/char/watchdog/alim7101_wdt.c
View file @
c09b0a36
drivers/char/watchdog/amd7xx_tco.c
View file @
c09b0a36
...
...
@@ -170,7 +170,7 @@ static int amdtco_fop_ioctl(struct inode *inode, struct file *file, unsigned int
static
struct
watchdog_info
ident
=
{
.
options
=
WDIOF_SETTIMEOUT
|
WDIOF_CARDRESET
,
.
identity
=
"AMD 766/768"
.
identity
=
"AMD 766/768"
,
};
switch
(
cmd
)
{
...
...
@@ -274,7 +274,7 @@ static int amdtco_notify_sys(struct notifier_block *this, unsigned long code, vo
static
struct
notifier_block
amdtco_notifier
=
{
.
notifier_call
=
amdtco_notify_sys
.
notifier_call
=
amdtco_notify_sys
,
};
static
struct
file_operations
amdtco_fops
=
...
...
@@ -283,20 +283,20 @@ static struct file_operations amdtco_fops =
.
write
=
amdtco_fop_write
,
.
ioctl
=
amdtco_fop_ioctl
,
.
open
=
amdtco_fop_open
,
.
release
=
amdtco_fop_release
.
release
=
amdtco_fop_release
,
};
static
struct
miscdevice
amdtco_miscdev
=
{
.
minor
=
WATCHDOG_MINOR
,
.
name
=
"watchdog"
,
.
fops
=
&
amdtco_fops
.
fops
=
&
amdtco_fops
,
};
static
struct
pci_device_id
amdtco_pci_tbl
[]
=
{
/* AMD 766 PCI_IDs here */
{
PCI_VENDOR_ID_AMD
,
PCI_DEVICE_ID_AMD_OPUS_7443
,
PCI_ANY_ID
,
PCI_ANY_ID
,
},
{
0
,
}
{
0
,
}
,
};
MODULE_DEVICE_TABLE
(
pci
,
amdtco_pci_tbl
);
...
...
drivers/char/watchdog/cpu5wdt.c
View file @
c09b0a36
...
...
@@ -152,7 +152,7 @@ static int cpu5wdt_ioctl(struct inode *inode, struct file *file, unsigned int cm
static
struct
watchdog_info
ident
=
{
.
options
=
WDIOF_CARDRESET
,
.
identity
=
"CPU5 WDT"
.
identity
=
"CPU5 WDT"
,
};
switch
(
cmd
)
{
...
...
@@ -209,7 +209,7 @@ static struct file_operations cpu5wdt_fops = {
static
struct
miscdevice
cpu5wdt_misc
=
{
.
minor
=
WATCHDOG_MINOR
,
.
name
=
"watchdog"
,
.
fops
=
&
cpu5wdt_fops
.
fops
=
&
cpu5wdt_fops
,
};
/* init/exit function */
...
...
drivers/char/watchdog/eurotechwdt.c
View file @
c09b0a36
/*
* Eurotech CPU-1220/1410 on board WDT driver
for Linux 2.4.x
* Eurotech CPU-1220/1410 on board WDT driver
*
* (c) Copyright 2001 Ascensit <support@ascensit.com>
* (c) Copyright 2001 Rodolfo Giometti <giometti@ascensit.com>
...
...
@@ -406,7 +406,7 @@ static struct file_operations eurwdt_fops = {
static
struct
miscdevice
eurwdt_miscdev
=
{
.
minor
=
WATCHDOG_MINOR
,
.
name
=
"watchdog"
,
.
fops
=
&
eurwdt_fops
.
fops
=
&
eurwdt_fops
,
};
/*
...
...
drivers/char/watchdog/i810-tco.c
View file @
c09b0a36
drivers/char/watchdog/ib700wdt.c
View file @
c09b0a36
...
...
@@ -174,7 +174,7 @@ ibwdt_ioctl(struct inode *inode, struct file *file, unsigned int cmd,
static
struct
watchdog_info
ident
=
{
.
options
=
WDIOF_KEEPALIVEPING
|
WDIOF_SETTIMEOUT
|
WDIOF_MAGICCLOSE
,
.
firmware_version
=
1
,
.
identity
=
"IB700 WDT"
.
identity
=
"IB700 WDT"
,
};
switch
(
cmd
)
{
...
...
@@ -274,7 +274,7 @@ static struct file_operations ibwdt_fops = {
static
struct
miscdevice
ibwdt_miscdev
=
{
.
minor
=
WATCHDOG_MINOR
,
.
name
=
"watchdog"
,
.
fops
=
&
ibwdt_fops
.
fops
=
&
ibwdt_fops
,
};
/*
...
...
@@ -285,7 +285,7 @@ static struct miscdevice ibwdt_miscdev = {
static
struct
notifier_block
ibwdt_notifier
=
{
.
notifier_call
=
ibwdt_notify_sys
,
.
next
=
NULL
,
.
priority
=
0
.
priority
=
0
,
};
static
int
__init
ibwdt_init
(
void
)
...
...
drivers/char/watchdog/indydog.c
View file @
c09b0a36
drivers/char/watchdog/machzwd.c
View file @
c09b0a36
...
...
@@ -113,7 +113,7 @@ MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default=CON
static
struct
watchdog_info
zf_info
=
{
.
options
=
WDIOF_KEEPALIVEPING
|
WDIOF_MAGICCLOSE
,
.
firmware_version
=
1
,
.
identity
=
"ZF-Logic watchdog"
.
identity
=
"ZF-Logic watchdog"
,
};
...
...
@@ -436,7 +436,7 @@ static struct file_operations zf_fops = {
static
struct
miscdevice
zf_miscdev
=
{
.
minor
=
WATCHDOG_MINOR
,
.
name
=
"watchdog"
,
.
fops
=
&
zf_fops
.
fops
=
&
zf_fops
,
};
...
...
@@ -447,7 +447,7 @@ static struct miscdevice zf_miscdev = {
static
struct
notifier_block
zf_notifier
=
{
.
notifier_call
=
zf_notify_sys
,
.
next
=
NULL
,
.
priority
=
0
.
priority
=
0
,
};
static
void
__init
zf_show_action
(
int
act
)
...
...
drivers/char/watchdog/mixcomwd.c
View file @
c09b0a36
...
...
@@ -168,7 +168,7 @@ static int mixcomwd_ioctl(struct inode *inode, struct file *file,
static
struct
watchdog_info
ident
=
{
.
options
=
WDIOF_KEEPALIVEPING
|
WDIOF_MAGICCLOSE
,
.
firmware_version
=
1
,
.
identity
=
"MixCOM watchdog"
.
identity
=
"MixCOM watchdog"
,
};
switch
(
cmd
)
...
...
@@ -208,9 +208,9 @@ static struct file_operations mixcomwd_fops=
static
struct
miscdevice
mixcomwd_miscdev
=
{
WATCHDOG_MINOR
,
"watchdog"
,
&
mixcomwd_fops
.
minor
=
WATCHDOG_MINOR
,
.
name
=
"watchdog"
,
.
fops
=
&
mixcomwd_fops
,
};
static
int
__init
mixcomwd_checkcard
(
int
port
)
...
...
drivers/char/watchdog/pcwd.c
View file @
c09b0a36
...
...
@@ -248,9 +248,9 @@ static int pcwd_ioctl(struct inode *inode, struct file *file,
int
cdat
,
rv
;
static
struct
watchdog_info
ident
=
{
WDIOF_OVERHEAT
|
WDIOF_CARDRESET
,
1
,
"PCWD"
.
options
=
WDIOF_OVERHEAT
|
WDIOF_CARDRESET
,
.
firmware_version
=
1
,
.
identity
=
"PCWD"
,
};
switch
(
cmd
)
{
...
...
@@ -577,15 +577,15 @@ static struct file_operations pcwd_fops = {
};
static
struct
miscdevice
pcwd_miscdev
=
{
WATCHDOG_MINOR
,
"watchdog"
,
&
pcwd_fops
.
minor
=
WATCHDOG_MINOR
,
.
name
=
"watchdog"
,
.
fops
=
&
pcwd_fops
,
};
static
struct
miscdevice
temp_miscdev
=
{
TEMP_MINOR
,
"temperature"
,
&
pcwd_fops
.
minor
=
TEMP_MINOR
,
.
name
=
"temperature"
,
.
fops
=
&
pcwd_fops
,
};
static
void
__init
pcwd_validate_timeout
(
void
)
...
...
drivers/char/watchdog/sc1200wdt.c
View file @
c09b0a36
...
...
@@ -175,7 +175,7 @@ static int sc1200wdt_ioctl(struct inode *inode, struct file *file, unsigned int
static
struct
watchdog_info
ident
=
{
.
options
=
WDIOF_KEEPALIVEPING
|
WDIOF_SETTIMEOUT
|
WDIOF_MAGICCLOSE
,
.
firmware_version
=
0
,
.
identity
=
"PC87307/PC97307"
.
identity
=
"PC87307/PC97307"
,
};
switch
(
cmd
)
{
...
...
@@ -292,7 +292,7 @@ static int sc1200wdt_notify_sys(struct notifier_block *this, unsigned long code,
static
struct
notifier_block
sc1200wdt_notifier
=
{
notifier_call:
sc1200wdt_notify_sys
.
notifier_call
=
sc1200wdt_notify_sys
,
};
static
struct
file_operations
sc1200wdt_fops
=
...
...
@@ -301,7 +301,7 @@ static struct file_operations sc1200wdt_fops =
.
write
=
sc1200wdt_write
,
.
ioctl
=
sc1200wdt_ioctl
,
.
open
=
sc1200wdt_open
,
.
release
=
sc1200wdt_release
.
release
=
sc1200wdt_release
,
};
static
struct
miscdevice
sc1200wdt_miscdev
=
...
...
@@ -334,7 +334,7 @@ static int __init sc1200wdt_probe(void)
struct
pnp_device_id
scl200wdt_pnp_devices
[]
=
{
/* National Semiconductor PC87307/PC97307 watchdog component */
{.
id
=
"NSC0800"
,
.
driver_data
=
0
},
{.
id
=
""
}
{.
id
=
""
}
,
};
static
int
scl200wdt_pnp_probe
(
struct
pnp_dev
*
dev
,
const
struct
pnp_device_id
*
dev_id
)
...
...
drivers/char/watchdog/scx200_wdt.c
View file @
c09b0a36
/*
linux/drivers/char/scx200_wdt.c
/*
drivers/char/watchdog/scx200_wdt.c
National Semiconductor SCx200 Watchdog support
...
...
@@ -127,7 +127,7 @@ static int scx200_wdt_notify_sys(struct notifier_block *this,
static
struct
notifier_block
scx200_wdt_notifier
=
{
.
notifier_call
=
scx200_wdt_notify_sys
.
notifier_call
=
scx200_wdt_notify_sys
,
};
static
ssize_t
scx200_wdt_write
(
struct
file
*
file
,
const
char
*
data
,
...
...
drivers/char/watchdog/shwdt.c
View file @
c09b0a36
drivers/char/watchdog/softdog.c
View file @
c09b0a36
drivers/char/watchdog/wdt.c
View file @
c09b0a36
...
...
@@ -326,7 +326,7 @@ static int wdt_ioctl(struct inode *inode, struct file *file, unsigned int cmd,
|
WDIOF_EXTERN1
|
WDIOF_EXTERN2
|
WDIOF_FANFAULT
|
WDIOF_SETTIMEOUT
|
WDIOF_MAGICCLOSE
,
.
firmware_version
=
1
,
.
identity
=
"WDT500/501"
.
identity
=
"WDT500/501"
,
};
ident
.
options
&=
WDT_OPTION_MASK
;
/* Mask down to the card we have */
...
...
@@ -469,7 +469,7 @@ static struct miscdevice wdt_miscdev=
{
.
minor
=
WATCHDOG_MINOR
,
.
name
=
"watchdog"
,
.
fops
=
&
wdt_fops
.
fops
=
&
wdt_fops
,
};
#ifdef CONFIG_WDT_501
...
...
@@ -477,7 +477,7 @@ static struct miscdevice temp_miscdev=
{
.
minor
=
TEMP_MINOR
,
.
name
=
"temperature"
,
.
fops
=
&
wdt_fops
.
fops
=
&
wdt_fops
,
};
#endif
...
...
@@ -490,7 +490,7 @@ static struct notifier_block wdt_notifier=
{
.
notifier_call
=
wdt_notify_sys
,
.
next
=
NULL
,
.
priority
=
0
.
priority
=
0
,
};
/**
...
...
drivers/char/watchdog/wdt285.c
View file @
c09b0a36
...
...
@@ -132,7 +132,7 @@ watchdog_write(struct file *file, const char *data, size_t len, loff_t *ppos)
static
struct
watchdog_info
ident
=
{
.
options
=
WDIOF_SETTIMEOUT
,
.
identity
=
"Footbridge Watchdog"
.
identity
=
"Footbridge Watchdog"
,
};
static
int
...
...
@@ -192,7 +192,7 @@ static struct file_operations watchdog_fops = {
static
struct
miscdevice
watchdog_miscdev
=
{
.
minor
=
WATCHDOG_MINOR
,
.
name
=
"watchdog"
,
.
fops
=
&
watchdog_fops
.
fops
=
&
watchdog_fops
,
};
static
int
__init
footbridge_watchdog_init
(
void
)
...
...
drivers/char/watchdog/wdt977.c
View file @
c09b0a36
...
...
@@ -258,7 +258,7 @@ static ssize_t wdt977_write(struct file *file, const char *buf, size_t count, lo
static
struct
watchdog_info
ident
=
{
.
options
=
WDIOF_SETTIMEOUT
,
.
identity
=
"Winbond 83977"
.
identity
=
"Winbond 83977"
,
};
static
int
wdt977_ioctl
(
struct
inode
*
inode
,
struct
file
*
file
,
...
...
@@ -342,7 +342,7 @@ static struct miscdevice wdt977_miscdev=
{
.
minor
=
WATCHDOG_MINOR
,
.
name
=
"watchdog"
,
.
fops
=
&
wdt977_fops
.
fops
=
&
wdt977_fops
,
};
static
int
__init
nwwatchdog_init
(
void
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment