diff options
author | Randy Dunlap <[email protected]> | 2020-07-18 17:29:03 -0700 |
---|---|---|
committer | Andy Shevchenko <[email protected]> | 2020-07-27 16:34:12 +0300 |
commit | 50c8a002bfd43798768ad07833b2b9d4b4d5274f (patch) | |
tree | d7283ce5301a8266e9fc4ba88128f98e63f4184d | |
parent | 69ce97f2329ffdda850f9eabc3dba2c4f88a0848 (diff) |
platform/x86: ISST: drop a duplicated word in isst_if.h
Drop the repeated word "for" in a comment.
Signed-off-by: Randy Dunlap <[email protected]>
Cc: Srinivas Pandruvada <[email protected]>
Cc: [email protected]
Cc: Darren Hart <[email protected]>
Cc: Andy Shevchenko <[email protected]>
Acked-by: Srinivas Pandruvada <[email protected]>
Signed-off-by: Andy Shevchenko <[email protected]>
-rw-r--r-- | include/uapi/linux/isst_if.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/isst_if.h b/include/uapi/linux/isst_if.h index 0a52b7b093d3..ba078f8e9add 100644 --- a/include/uapi/linux/isst_if.h +++ b/include/uapi/linux/isst_if.h @@ -69,7 +69,7 @@ struct isst_if_cpu_maps { * @logical_cpu: Logical CPU number to get target PCI device. * @reg: PUNIT register offset * @value: For write operation value to write and for - * for read placeholder read value + * read placeholder read value * * Structure to specify read/write data to PUNIT registers. */ |