scmi: fix minor typos

Signed-off-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
This commit is contained in:
Manos Pitsidianakis 2025-07-02 14:55:12 +03:00 committed by Manos Pitsidianakis
parent 330d2ffdad
commit c7d499c788
2 changed files with 3 additions and 3 deletions

View file

@ -81,7 +81,7 @@ static const struct iio_chan_spec iio_dummy_channels[] = {
BIT(IIO_CHAN_INFO_OFFSET) |
/*
* in_voltage0_scale
* Multipler for userspace to apply post offset
* Multiplier for userspace to apply post offset
* when converting to standard units (microvolts)
*/
BIT(IIO_CHAN_INFO_SCALE),

View file

@ -438,7 +438,7 @@ impl HandlerMap {
let values: MessageValues = vec![
MessageValue::Unsigned(n_sensors), // # of sensors, no async commands
MessageValue::Unsigned(0), // lower shared memory address -- not supported
MessageValue::Unsigned(0), // higer shared memory address -- not supported
MessageValue::Unsigned(0), // higher shared memory address -- not supported
MessageValue::Unsigned(0), // length of shared memory -- not supported
];
Response::from(&values)
@ -591,7 +591,7 @@ pub trait ScmiDevice: Send {
// Get device notify fd
fn get_notify_fd(&self) -> Option<RawFd>;
// Set id for this ScmiDeivce
// Set id for this ScmiDevice
fn set_id(&mut self, id: usize);
// Get id of this ScmiDevice