Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
575c9687
Commit
575c9687
authored
Jan 15, 2006
by
Adrian Bunk
Committed by
Adrian Bunk
Jan 15, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
spelling: s/appropiate/appropriate/
Signed-off-by:
Adrian Bunk
<
bunk@stusta.de
>
parent
a8e82ef9
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
8 additions
and
8 deletions
+8
-8
Documentation/cachetlb.txt
Documentation/cachetlb.txt
+1
-1
Documentation/ioctl/hdio.txt
Documentation/ioctl/hdio.txt
+1
-1
Documentation/laptop-mode.txt
Documentation/laptop-mode.txt
+1
-1
Documentation/networking/sk98lin.txt
Documentation/networking/sk98lin.txt
+1
-1
Documentation/x86_64/boot-options.txt
Documentation/x86_64/boot-options.txt
+1
-1
drivers/s390/scsi/zfcp_erp.c
drivers/s390/scsi/zfcp_erp.c
+1
-1
drivers/scsi/gdth.c
drivers/scsi/gdth.c
+1
-1
sound/oss/opl3sa2.c
sound/oss/opl3sa2.c
+1
-1
No files found.
Documentation/cachetlb.txt
View file @
575c9687
...
...
@@ -136,7 +136,7 @@ changes occur:
8) void lazy_mmu_prot_update(pte_t pte)
This interface is called whenever the protection on
any user PTEs change. This interface provides a notification
to architecture specific code to take appropiate action.
to architecture specific code to take approp
r
iate action.
Next, we have the cache flushing interfaces. In general, when Linux
...
...
Documentation/ioctl/hdio.txt
View file @
575c9687
...
...
@@ -946,7 +946,7 @@ HDIO_SCAN_HWIF register and (re)scan interface
This ioctl initializes the addresses and irq for a disk
controller, probes for drives, and creates /proc/ide
interfaces as appropiate.
interfaces as approp
r
iate.
...
...
Documentation/laptop-mode.txt
View file @
575c9687
...
...
@@ -357,7 +357,7 @@ MAX_AGE=${MAX_AGE:-'600'}
# Read-ahead, in kilobytes
READAHEAD=${READAHEAD:-'4096'}
# Shall we remount journaled fs. with appropiate commit interval? (1=yes)
# Shall we remount journaled fs. with approp
r
iate commit interval? (1=yes)
DO_REMOUNTS=${DO_REMOUNTS:-'1'}
# And shall we add the "noatime" option to that as well? (1=yes)
...
...
Documentation/networking/sk98lin.txt
View file @
575c9687
...
...
@@ -91,7 +91,7 @@ To use the driver as a module, proceed as follows:
with (M)
5. Execute the command "make modules".
6. Execute the command "make modules_install".
The appropiate modules will be installed.
The approp
r
iate modules will be installed.
7. Reboot your system.
...
...
Documentation/x86_64/boot-options.txt
View file @
575c9687
...
...
@@ -198,6 +198,6 @@ Debugging
Misc
noreplacement Don't replace instructions with more appropiate ones
noreplacement Don't replace instructions with more approp
r
iate ones
for the CPU. This may be useful on asymmetric MP systems
where some CPU have less capabilities than the others.
drivers/s390/scsi/zfcp_erp.c
View file @
575c9687
...
...
@@ -3403,7 +3403,7 @@ zfcp_erp_action_dequeue(struct zfcp_erp_action *erp_action)
/**
* zfcp_erp_action_cleanup
*
* Register unit with scsi stack if appropiate and fix reference counts.
* Register unit with scsi stack if approp
r
iate and fix reference counts.
* Note: Temporary units are not registered with scsi stack.
*/
static
void
...
...
drivers/scsi/gdth.c
View file @
575c9687
...
...
@@ -328,7 +328,7 @@
* hdr_channel:x x - number of virtual bus for host drives
* shared_access:Y disable driver reserve/release protocol to
* access a shared resource from several nodes,
* appropiate controller firmware required
* approp
r
iate controller firmware required
* shared_access:N enable driver reserve/release protocol
* probe_eisa_isa:Y scan for EISA/ISA controllers
* probe_eisa_isa:N do not scan for EISA/ISA controllers
...
...
sound/oss/opl3sa2.c
View file @
575c9687
...
...
@@ -530,7 +530,7 @@ static void __init attach_opl3sa2_mss(struct address_info* hw_config, struct res
if
(
hw_config
->
slots
[
0
]
!=
-
1
)
{
/* Did the MSS driver install? */
if
(
num_mixers
==
(
initial_mixers
+
1
))
{
/* The MSS mixer is installed, reroute mixers appropiately */
/* The MSS mixer is installed, reroute mixers approp
r
iately */
AD1848_REROUTE
(
SOUND_MIXER_LINE1
,
SOUND_MIXER_CD
);
AD1848_REROUTE
(
SOUND_MIXER_LINE2
,
SOUND_MIXER_SYNTH
);
AD1848_REROUTE
(
SOUND_MIXER_LINE3
,
SOUND_MIXER_LINE
);
...
...
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