projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ea1a52
)
btrfs: qgroup: fix a typo in a comment
author
Christophe JAILLET
<christophe.jaillet@wanadoo.fr>
Sat, 6 Aug 2022 19:42:34 +0000
(21:42 +0200)
committer
David Sterba
<dsterba@suse.com>
Mon, 26 Sep 2022 10:28:02 +0000
(12:28 +0200)
Add a missing 'r'. s/qgoup/qgroup/ . Codespell does not catch that for
some reason.
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/qgroup.c
patch
|
blob
|
history
diff --git
a/fs/btrfs/qgroup.c
b/fs/btrfs/qgroup.c
index f4dc5aa3f7003c15683ae07d067a544b9b481ee9..9334c3157c22e89ca242daad82705e5c5229d8c3 100644
(file)
--- a/
fs/btrfs/qgroup.c
+++ b/
fs/btrfs/qgroup.c
@@
-275,7
+275,7
@@
static int __add_relation_rb(struct btrfs_qgroup *member, struct btrfs_qgroup *p
}
/*
- * Add relation specified by two qgoup ids.
+ * Add relation specified by two qg
r
oup ids.
*
* Must be called with qgroup_lock held.
*