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
943a8df8
Commit
943a8df8
authored
Feb 25, 2003
by
Michael Hayes
Committed by
Linus Torvalds
Feb 25, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] Spelling fixes: ugliness
uglyness -> ugliness
parent
837371c9
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
8 additions
and
8 deletions
+8
-8
drivers/net/irda/irda-usb.c
drivers/net/irda/irda-usb.c
+1
-1
include/asm-cris/uaccess.h
include/asm-cris/uaccess.h
+1
-1
include/asm-i386/uaccess.h
include/asm-i386/uaccess.h
+1
-1
include/asm-ppc/uaccess.h
include/asm-ppc/uaccess.h
+1
-1
include/asm-ppc64/uaccess.h
include/asm-ppc64/uaccess.h
+1
-1
include/asm-sparc/uaccess.h
include/asm-sparc/uaccess.h
+1
-1
include/asm-sparc64/uaccess.h
include/asm-sparc64/uaccess.h
+1
-1
include/asm-x86_64/uaccess.h
include/asm-x86_64/uaccess.h
+1
-1
No files found.
drivers/net/irda/irda-usb.c
View file @
943a8df8
...
...
@@ -120,7 +120,7 @@ static struct net_device_stats *irda_usb_net_get_stats(struct net_device *dev);
/************************ TRANSMIT ROUTINES ************************/
/*
* Receive packets from the IrDA stack and send them on the USB pipe.
* Handle speed change, timeout and lot's of ugl
y
ness...
* Handle speed change, timeout and lot's of ugl
i
ness...
*/
/*------------------------------------------------------------------*/
...
...
include/asm-cris/uaccess.h
View file @
943a8df8
...
...
@@ -126,7 +126,7 @@ extern unsigned long search_exception_table(unsigned long);
* This gets kind of ugly. We want to return _two_ values in "get_user()"
* and yet we don't want to do any pointers, because that is too much
* of a performance impact. Thus we have a few rather ugly macros here,
* and hide all the ugl
y
ness from the user.
* and hide all the ugl
i
ness from the user.
*
* The "__xxx" versions of the user access functions are versions that
* do not verify the address space, that must have been done previously
...
...
include/asm-i386/uaccess.h
View file @
943a8df8
...
...
@@ -101,7 +101,7 @@ extern int fixup_exception(struct pt_regs *regs);
* This gets kind of ugly. We want to return _two_ values in "get_user()"
* and yet we don't want to do any pointers, because that is too much
* of a performance impact. Thus we have a few rather ugly macros here,
* and hide all the ugl
y
ness from the user.
* and hide all the ugl
i
ness from the user.
*
* The "__xxx" versions of the user access functions are versions that
* do not verify the address space, that must have been done previously
...
...
include/asm-ppc/uaccess.h
View file @
943a8df8
...
...
@@ -65,7 +65,7 @@ extern void sort_exception_table(void);
* This gets kind of ugly. We want to return _two_ values in "get_user()"
* and yet we don't want to do any pointers, because that is too much
* of a performance impact. Thus we have a few rather ugly macros here,
* and hide all the ugl
y
ness from the user.
* and hide all the ugl
i
ness from the user.
*
* The "__xxx" versions of the user access functions are versions that
* do not verify the address space, that must have been done previously
...
...
include/asm-ppc64/uaccess.h
View file @
943a8df8
...
...
@@ -73,7 +73,7 @@ extern void sort_exception_table(void);
* This gets kind of ugly. We want to return _two_ values in "get_user()"
* and yet we don't want to do any pointers, because that is too much
* of a performance impact. Thus we have a few rather ugly macros here,
* and hide all the ugl
y
ness from the user.
* and hide all the ugl
i
ness from the user.
*
* The "__xxx" versions of the user access functions are versions that
* do not verify the address space, that must have been done previously
...
...
include/asm-sparc/uaccess.h
View file @
943a8df8
...
...
@@ -89,7 +89,7 @@ extern void __ret_efault(void);
* This gets kind of ugly. We want to return _two_ values in "get_user()"
* and yet we don't want to do any pointers, because that is too much
* of a performance impact. Thus we have a few rather ugly macros here,
* and hide all the ugl
y
ness from the user.
* and hide all the ugl
i
ness from the user.
*/
#define put_user(x,ptr) ({ \
unsigned long __pu_addr = (unsigned long)(ptr); \
...
...
include/asm-sparc64/uaccess.h
View file @
943a8df8
...
...
@@ -96,7 +96,7 @@ extern void __ret_efault(void);
* This gets kind of ugly. We want to return _two_ values in "get_user()"
* and yet we don't want to do any pointers, because that is too much
* of a performance impact. Thus we have a few rather ugly macros here,
* and hide all the ugl
y
ness from the user.
* and hide all the ugl
i
ness from the user.
*/
#define put_user(x,ptr) ({ \
unsigned long __pu_addr = (unsigned long)(ptr); \
...
...
include/asm-x86_64/uaccess.h
View file @
943a8df8
...
...
@@ -79,7 +79,7 @@ struct exception_table_entry
* This gets kind of ugly. We want to return _two_ values in "get_user()"
* and yet we don't want to do any pointers, because that is too much
* of a performance impact. Thus we have a few rather ugly macros here,
* and hide all the ugl
y
ness from the user.
* and hide all the ugl
i
ness from the user.
*
* The "__xxx" versions of the user access functions are versions that
* do not verify the address space, that must have been done previously
...
...
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