summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorVincent Mailhol <mailhol.vincent@wanadoo.fr>2021-11-24 10:45:36 +0900
committerMarc Kleine-Budde <mkl@pengutronix.de>2021-12-08 10:12:58 +0100
commit330c6d3bfa268794bf692165d0f781f1c2d4d83e (patch)
treef6f67d18bf56d518ddc58b55a3d7e4047e80fc34 /Documentation
parent1fe5b01262844be03de98afdd56d1d393df04d7e (diff)
downloadlinux-stable-330c6d3bfa268794bf692165d0f781f1c2d4d83e.tar.gz
linux-stable-330c6d3bfa268794bf692165d0f781f1c2d4d83e.tar.bz2
linux-stable-330c6d3bfa268794bf692165d0f781f1c2d4d83e.zip
can: bittiming: replace CAN units with the generic ones from linux/units.h
In [1], we introduced a set of units in linux/can/bittiming.h. Since then, generic SI prefixes were added to linux/units.h in [2]. Those new prefixes can perfectly replace CAN specific ones. This patch replaces all occurrences of the CAN units with their corresponding prefix (from linux/units) and the unit (as a comment) according to below table. CAN units SI metric prefix (from linux/units) + unit (as a comment) ------------------------------------------------------------------------ CAN_KBPS KILO /* BPS */ CAN_MBPS MEGA /* BPS */ CAM_MHZ MEGA /* Hz */ The definition are then removed from linux/can/bittiming.h [1] commit 1d7750760b70 ("can: bittiming: add CAN_KBPS, CAN_MBPS and CAN_MHZ macros") [2] commit 26471d4a6cf8 ("units: Add SI metric prefix definitions") Link: https://lore.kernel.org/all/20211124014536.782550-1-mailhol.vincent@wanadoo.fr Suggested-by: Jimmy Assarsson <extja@kvaser.com> Suggested-by: Oliver Hartkopp <socketcan@hartkopp.net> Signed-off-by: Vincent Mailhol <mailhol.vincent@wanadoo.fr> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions