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
56029073
Commit
56029073
authored
Nov 09, 2004
by
Andries E. Brouwer
Committed by
Linus Torvalds
Nov 09, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] propogate typos
parent
d8c08d28
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
arch/sh64/kernel/pci_sh5.c
arch/sh64/kernel/pci_sh5.c
+1
-1
include/linux/ipmi_msgdefs.h
include/linux/ipmi_msgdefs.h
+1
-1
net/8021q/vlan.c
net/8021q/vlan.c
+2
-2
No files found.
arch/sh64/kernel/pci_sh5.c
View file @
56029073
...
...
@@ -517,7 +517,7 @@ void __init pcibios_fixup_bus(struct pci_bus *bus)
bus
->
resource
[
0
]
->
flags
|=
IORESOURCE_IO
;
bus
->
resource
[
1
]
->
flags
|=
IORESOURCE_MEM
;
/* For now, prop
o
gate host limits to the bus;
/* For now, prop
a
gate host limits to the bus;
* we'll adjust them later. */
#if 1
...
...
include/linux/ipmi_msgdefs.h
View file @
56029073
...
...
@@ -66,7 +66,7 @@
* one transfer. Its "virtual" BMC supports some commands that are longer
* than 128 bytes. Use the full 256, plus NetFn/LUN, Cmd, cCode, plus
* some overhead. It would be nice to base this on the "BT Capabilities"
* but that's too hard to prop
o
gate to the rest of the driver. */
* but that's too hard to prop
a
gate to the rest of the driver. */
#define IPMI_MAX_MSG_LENGTH 272
/* multiple of 16 */
#define IPMI_CC_NO_ERROR 0x00
...
...
net/8021q/vlan.c
View file @
56029073
...
...
@@ -69,7 +69,7 @@ static struct packet_type vlan_packet_type = {
.
func
=
vlan_skb_recv
,
/* VLAN receive method */
};
/* Bits of netdev state that are prop
o
gated from real device to virtual */
/* Bits of netdev state that are prop
a
gated from real device to virtual */
#define VLAN_LINK_STATE_MASK \
((1<<__LINK_STATE_PRESENT)|(1<<__LINK_STATE_NOCARRIER))
...
...
@@ -569,7 +569,7 @@ static int vlan_device_event(struct notifier_block *unused, unsigned long event,
switch
(
event
)
{
case
NETDEV_CHANGE
:
/* Prop
o
gate real device state to vlan devices */
/* Prop
a
gate real device state to vlan devices */
flgs
=
dev
->
state
&
VLAN_LINK_STATE_MASK
;
for
(
i
=
0
;
i
<
VLAN_GROUP_ARRAY_LEN
;
i
++
)
{
vlandev
=
grp
->
vlan_devices
[
i
];
...
...
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