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
2030117d
Commit
2030117d
authored
Jun 17, 2009
by
Catalin Marinas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
kmemleak: Fix some typos in comments
Signed-off-by:
Catalin Marinas
<
catalin.marinas@arm.com
>
parent
000814f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
mm/kmemleak.c
mm/kmemleak.c
+4
-4
No files found.
mm/kmemleak.c
View file @
2030117d
...
...
@@ -202,9 +202,9 @@ static DEFINE_MUTEX(kmemleak_mutex);
static
int
reported_leaks
;
/*
* Early object allocation/freeing logging. K
k
memleak is initialized after the
* Early object allocation/freeing logging. Kmemleak is initialized after the
* kernel allocator. However, both the kernel allocator and kmemleak may
* allocate memory blocks which need to be tracked. K
k
memleak defines an
* allocate memory blocks which need to be tracked. Kmemleak defines an
* arbitrary buffer to hold the allocation/freeing information before it is
* fully initialized.
*/
...
...
@@ -248,7 +248,7 @@ static void kmemleak_disable(void);
/*
* Macro invoked when a serious kmemleak condition occured and cannot be
* recovered from. K
k
memleak will be disabled and further allocation/freeing
* recovered from. Kmemleak will be disabled and further allocation/freeing
* tracing no longer available.
*/
#define kmemleak_stop(x...) do { \
...
...
@@ -1407,7 +1407,7 @@ static int kmemleak_boot_config(char *str)
early_param
(
"kmemleak"
,
kmemleak_boot_config
);
/*
* K
k
memleak initialization.
* Kmemleak initialization.
*/
void
__init
kmemleak_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