mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-16 13:34:30 +00:00
bitmap: Fix a typo ("identify map")
A map in which each element is mapped to itself is called an "identity map". Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Yury Norov <yury.norov@gmail.com>
This commit is contained in:
parent
57f728d59f
commit
8ed13a762c
@ -988,7 +988,7 @@ static int bitmap_pos_to_ord(const unsigned long *buf, unsigned int pos, unsigne
|
||||
* to @dst.
|
||||
*
|
||||
* The positions of unset bits in @old are mapped to themselves
|
||||
* (the identify map).
|
||||
* (the identity map).
|
||||
*
|
||||
* Apply the above specified mapping to @src, placing the result in
|
||||
* @dst, clearing any bits previously set in @dst.
|
||||
@ -1037,7 +1037,7 @@ EXPORT_SYMBOL(bitmap_remap);
|
||||
* the position of the m-th set bit in @new, where m == n % w.
|
||||
*
|
||||
* The positions of unset bits in @old are mapped to themselves
|
||||
* (the identify map).
|
||||
* (the identity map).
|
||||
*
|
||||
* Apply the above specified mapping to bit position @oldbit, returning
|
||||
* the new bit position.
|
||||
|
Loading…
x
Reference in New Issue
Block a user