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
6b57bcef
Commit
6b57bcef
authored
Dec 29, 2002
by
Randy Dunlap
Committed by
Linus Torvalds
Dec 29, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] fix "deprecated" typos
This corrects the misspellings of "deprecated" in a few places.
parent
a869e179
Changes
8
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
9 additions
and
9 deletions
+9
-9
drivers/video/aty128fb.c
drivers/video/aty128fb.c
+1
-1
include/asm-arm/arch-arc/io.h
include/asm-arm/arch-arc/io.h
+1
-1
include/asm-arm/arch-cl7500/io.h
include/asm-arm/arch-cl7500/io.h
+1
-1
include/asm-arm/arch-rpc/io.h
include/asm-arm/arch-rpc/io.h
+1
-1
include/asm-arm/memory.h
include/asm-arm/memory.h
+2
-2
include/asm-arm/setup.h
include/asm-arm/setup.h
+1
-1
include/linux/ax25.h
include/linux/ax25.h
+1
-1
net/ax25/af_ax25.c
net/ax25/af_ax25.c
+1
-1
No files found.
drivers/video/aty128fb.c
View file @
6b57bcef
...
...
@@ -1415,7 +1415,7 @@ aty128fb_setup(char *options)
}
#endif
#ifdef CONFIG_ALL_PPC
/* vmode and cmode deprec
i
ated */
/* vmode and cmode deprecated */
if
(
!
strncmp
(
this_opt
,
"vmode:"
,
6
))
{
unsigned
int
vmode
=
simple_strtoul
(
this_opt
+
6
,
NULL
,
0
);
if
(
vmode
>
0
&&
vmode
<=
VMODE_MAX
)
...
...
include/asm-arm/arch-arc/io.h
View file @
6b57bcef
...
...
@@ -246,7 +246,7 @@ DECLARE_IO(int,l,"")
#define outw(v,p) (__builtin_constant_p((p)) ? __outwc(v,p) : __outw(v,p))
#define outl(v,p) (__builtin_constant_p((p)) ? __outlc(v,p) : __outl(v,p))
#define __ioaddr(p) (__builtin_constant_p((p)) ? __ioaddr(p) : __ioaddrc(p))
/* the following macro is deprec
i
ated */
/* the following macro is deprecated */
#define ioaddr(port) __ioaddr((port))
/*
...
...
include/asm-arm/arch-cl7500/io.h
View file @
6b57bcef
...
...
@@ -236,7 +236,7 @@ DECLARE_IO(int,l,"")
#define outw(v,p) (__builtin_constant_p((p)) ? __outwc(v,p) : __outw(v,p))
#define outl(v,p) (__builtin_constant_p((p)) ? __outlc(v,p) : __outl(v,p))
#define __ioaddr(p) (__builtin_constant_p((p)) ? __ioaddr(p) : __ioaddrc(p))
/* the following macro is deprec
i
ated */
/* the following macro is deprecated */
#define ioaddr(port) __ioaddr((port))
#endif
include/asm-arm/arch-rpc/io.h
View file @
6b57bcef
...
...
@@ -238,7 +238,7 @@ DECLARE_IO(int,l,"")
#define outw(v,p) (__builtin_constant_p((p)) ? __outwc(v,p) : __outw(v,p))
#define outl(v,p) (__builtin_constant_p((p)) ? __outlc(v,p) : __outl(v,p))
#define __ioaddr(p) (__builtin_constant_p((p)) ? __ioaddr(p) : __ioaddrc(p))
/* the following macro is deprec
i
ated */
/* the following macro is deprecated */
#define ioaddr(port) __ioaddr((port))
#define insb(p,d,l) __raw_readsb(__ioaddr(p),d,l)
...
...
include/asm-arm/memory.h
View file @
6b57bcef
...
...
@@ -44,7 +44,7 @@ static inline void *phys_to_virt(unsigned long x)
/*
* Virtual <-> DMA view memory address translations
* Again, these are *only* valid on the kernel direct mapped RAM
* memory. Use of these is *deprec
i
ated*.
* memory. Use of these is *deprecated*.
*/
#define virt_to_bus(x) (__virt_to_bus((unsigned long)(x)))
#define bus_to_virt(x) ((void *)(__bus_to_virt((unsigned long)(x))))
...
...
@@ -109,7 +109,7 @@ static inline void *phys_to_virt(unsigned long x)
#define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT)
/*
* We should really eliminate virt_to_bus() here - it's deprec
i
ated.
* We should really eliminate virt_to_bus() here - it's deprecated.
*/
#define page_to_bus(page) (virt_to_bus(page_address(page)))
...
...
include/asm-arm/setup.h
View file @
6b57bcef
...
...
@@ -68,7 +68,7 @@ struct tag_ramdisk {
/* describes where the compressed ramdisk image lives (virtual address) */
/*
* this one accidentally used virtual addresses - as such,
* it
s depreci
ated.
* it
's deprec
ated.
*/
#define ATAG_INITRD 0x54410005
...
...
include/linux/ax25.h
View file @
6b57bcef
...
...
@@ -85,7 +85,7 @@ struct ax25_ctl_struct {
};
/* this will go away. Please do not export to user land */
struct
ax25_info_struct_deprec
i
ated
{
struct
ax25_info_struct_deprecated
{
unsigned
int
n2
,
n2count
;
unsigned
int
t1
,
t1timer
;
unsigned
int
t2
,
t2timer
;
...
...
net/ax25/af_ax25.c
View file @
6b57bcef
...
...
@@ -1786,7 +1786,7 @@ static int ax25_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg)
warned
=
1
;
}
if
(
copy_to_user
((
void
*
)
arg
,
&
ax25_info
,
sizeof
(
struct
ax25_info_struct_deprec
i
ated
)))
{
if
(
copy_to_user
((
void
*
)
arg
,
&
ax25_info
,
sizeof
(
struct
ax25_info_struct_deprecated
)))
{
res
=
-
EFAULT
;
break
;
}
...
...
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