forked from gregkh/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
staging: Replace lkml.org links with lore
As started by commit 05a5f51 ("Documentation: Replace lkml.org links with lore"), replace lkml.org links with lore to better use a single source that's more likely to stay available long-term. Signed-off-by: Kees Cook <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
- Loading branch information
Showing
2 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,8 @@ TODO: | |
- support for fractional multiplier | ||
- support for fractional divider (output 0 only) | ||
- support for set_rate() operations (may benefit from Stephen Boyd's | ||
refactoring of the clk primitives: https://lkml.org/lkml/2014/9/5/766) | ||
refactoring of the clk primitives: | ||
https://lore.kernel.org/lkml/[email protected]) | ||
- review arithmetic | ||
- overflow after multiplication? | ||
- maximize accuracy before divisions | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,6 @@ | |
***************************************************************************** | ||
|
||
1) Revisit multi-cards options and PCM route mixer control (as per comment | ||
https://lkml.org/lkml/2018/9/8/200) | ||
https://lore.kernel.org/lkml/[email protected]) | ||
|
||
2) Fix the remaining checkpatch.pl errors and warnings. |