]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
common: Convert *.c/h from UTF-8 to ASCII enconfing
authorMichal Simek <michal.simek@amd.com>
Tue, 16 Apr 2024 06:55:19 +0000 (08:55 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 22 Apr 2024 17:01:48 +0000 (11:01 -0600)
Convert UTF-8 chars to ASCII in cases where make sense. No Copyright or
names are converted.

Signed-off-by: Michal Simek <michal.simek@amd.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Acked-by: Marek Behún <kabel@kernel.org>
32 files changed:
arch/arm/cpu/armv8/fsl-layerscape/fsl_lsch2_serdes.c
arch/arm/cpu/armv8/fsl-layerscape/fsl_lsch3_serdes.c
arch/arm/mach-imx/ddrmc-vf610-calibration.c
arch/arm/mach-imx/mx6/clock.c
arch/arm/mach-imx/mx7/psci-mx7.c
arch/mips/mach-mscc/include/mach/ddr.h
arch/mips/mach-octeon/include/mach/cvmx-helper-pki.h
arch/mips/mach-octeon/include/mach/cvmx-pki.h
arch/mips/mach-octeon/include/mach/cvmx-pko3.h
board/CZ.NIC/turris_mox/turris_mox.c
board/amlogic/vim3/vim3.c
board/bosch/acc/acc.c
board/bosch/shc/board.c
board/bosch/shc/board.h
board/congatec/cgtqmx8/cgtqmx8.c
board/freescale/common/i2c_mux.c
board/siemens/capricorn/board.c
board/st/common/cmd_stboard.c
board/starfive/visionfive2/visionfive2-i2c-eeprom.c
drivers/clk/renesas/rzg2l-cpg.c
drivers/clk/stm32/clk-stm32-core.h
drivers/led/led_lp5562.c
drivers/mtd/nand/raw/nand_ids.c
drivers/rng/stm32_rng.c
drivers/soc/ti/k3-navss-ringacc.c
drivers/thermal/thermal_sandbox.c
drivers/video/renesas-r61307.c
drivers/video/renesas-r69328.c
drivers/xen/pvblock.c
include/acpi/acpigen.h
include/linux/mtd/mtd.h
lib/crypto/x509_cert_parser.c

index 1541dfb3ec47e7cd5f092dff66989cfba7082a14..b1bb29bcaf55ddbf8809f44f3bfc634d5d0e40f6 100644 (file)
@@ -258,7 +258,7 @@ int setup_serdes_volt(u32 svdd)
        /* Wait for SVDD to stabilize */
        udelay(100);
 
-       /* For each PLL thats not disabled via RCW */
+       /* For each PLL that's not disabled via RCW */
 #ifdef CONFIG_SYS_FSL_SRDS_1
        cfg_tmp = (cfg_rcw5 >> 22) & 0x3;
        for (i = 0; i < 2 && !(cfg_tmp & (0x1 << (1 - i))); i++) {
index c0efc341afc1f05dc04ddded714ca99df62b11f9..fbd5fd7d433bd0f288f6e1347249944f83146796 100644 (file)
@@ -483,7 +483,7 @@ int setup_serdes_volt(u32 svdd)
                ret = -1;
        }
 
-       /* For each PLL thats not disabled via RCW enable the SERDES */
+       /* For each PLL that's not disabled via RCW enable the SERDES */
 #ifdef CONFIG_SYS_FSL_SRDS_1
        cfg_tmp = cfg_rcwsrds1 & 0x3;
        do_serdes_enable(cfg_tmp, serdes1_base);
index cd7e95e61d002139e358e68ee57b8217a5759881..7d787d0459807ea003d60be2c452314014b879af 100644 (file)
@@ -45,7 +45,7 @@
  *                             based on trace length differences from their
  *                             layout.
  *                             Mismatches up to 25% or tCK (clock period) are
- *                             allowed, so the value in the filed doesnt have
+ *                             allowed, so the value in the filed doesn't have
  *                             to be very accurate.
  *
  * - 0x2 (b'10) - RDLVL_DL_0/1 - refers to adjusting the DQS strobe in relation
@@ -184,14 +184,14 @@ static int ddrmc_cal_dqs_to_dq(struct ddrmr_regs *ddrmr)
        debug("RDLVL: PHY_RDLVL_EDGE:\t 0x%x\n",
              (tmp >> DDRMC_CR101_PHY_RDLVL_EDGE_OFF) & 0x1); //set 0
 
-       /* Program Leveling mode - CR93[SW_LVL_MODE] to b10 */
+       /* Program Leveling mode - CR93[SW_LVL_MODE] to 'b10 */
        clrsetbits_le32(&ddrmr->cr[93], DDRMC_CR93_SW_LVL_MODE(0x3),
                        DDRMC_CR93_SW_LVL_MODE(0x2));
        tmp = readl(&ddrmr->cr[93]);
        debug("RDLVL: SW_LVL_MODE:\t 0x%x\n",
              (tmp >> DDRMC_CR93_SW_LVL_MODE_OFF) & 0x3);
 
-       /* Start procedure - CR93[SWLVL_START] to b1 */
+       /* Start procedure - CR93[SWLVL_START] to 'b1 */
        sw_leveling_start;
 
        /* Poll CR94[SWLVL_OP_DONE] */
@@ -211,7 +211,7 @@ static int ddrmc_cal_dqs_to_dq(struct ddrmr_regs *ddrmr)
                                0xFFFF << DDRMC_CR105_RDLVL_DL_0_OFF,
                                i << DDRMC_CR105_RDLVL_DL_0_OFF);
 
-               /* Load values CR93[SWLVL_LOAD] to b1 */
+               /* Load values CR93[SWLVL_LOAD] to 'b1 */
                sw_leveling_load_value;
 
                /* Poll CR94[SWLVL_OP_DONE] */
@@ -263,7 +263,7 @@ static int ddrmc_cal_dqs_to_dq(struct ddrmr_regs *ddrmr)
                                0xFFFF << DDRMC_CR110_RDLVL_DL_1_OFF,
                                i << DDRMC_CR110_RDLVL_DL_1_OFF);
 
-               /* Load values CR93[SWLVL_LOAD] to b1 */
+               /* Load values CR93[SWLVL_LOAD] to 'b1 */
                sw_leveling_load_value;
 
                /* Poll CR94[SWLVL_OP_DONE] */
@@ -317,7 +317,7 @@ static int ddrmc_cal_dqs_to_dq(struct ddrmr_regs *ddrmr)
        sw_leveling_load_value;
        sw_leveling_op_done;
 
-       /* Exit procedure - CR94[SWLVL_EXIT] to b1 */
+       /* Exit procedure - CR94[SWLVL_EXIT] to 'b1 */
        sw_leveling_exit;
 
        /* Poll CR94[SWLVL_OP_DONE] */
index 1bdc568f9b148e37b20b75b507a6476da6d2ca01..e0da9c2395841997cf54e01336cd8d3570a5cf5b 100644 (file)
@@ -714,10 +714,10 @@ void mxs_set_lcdclk(u32 base_addr, u32 freq)
                /*
                 * Register: PLL_VIDEO
                 * Bit Field: POST_DIV_SELECT
-                * 00  Divide by 4.
-                * 01  Divide by 2.
-                * 10  Divide by 1.
-                * 11  Reserved
+                * 00 - Divide by 4.
+                * 01 - Divide by 2.
+                * 10 - Divide by 1.
+                * 11 - Reserved
                 * No need to check post_div(1)
                 */
                for (post_div = 2; post_div <= 4; post_div <<= 1) {
index 699a2569cb72e1c55762ac010105724b9efc6faa..0b71fa4034462818cd0a9531aae5831456c3758c 100644 (file)
@@ -631,9 +631,9 @@ __secure void psci_system_suspend(u32 __always_unused function_id,
         * Workaround:
         * If both CPU0/CPU1 are IDLE, the last IDLE CPU should
         * disable GIC first, then REG_BYPASS_COUNTER is used
-        * to mask wakeup INT, and then execute “wfi” is used to
+        * to mask wakeup INT, and then execute "wfi" is used to
         * bring the system into power down processing safely.
-        * The counter must be enabled as close to the “wfi” state
+        * The counter must be enabled as close to the "wfi" state
         * as possible. The following equation can be used to
         * determine the RBC counter value:
         * RBC_COUNT * (1/32K RTC frequency) >=
index 3ba33d27c178dc18771e464fa85ff643c4b5f33f..58c89d5e645a40269ff002583432dfe9ff953145 100644 (file)
 #define VC3_MPAR_FAW VC3_MPAR_tFAW
 #define VC3_MPAR_BL 4
 #define MSCC_MEMPARM_MR0 ((VC3_MPAR_RL - 4) << 4) | ((VC3_MPAR_tWR - 4) << 9)
-/* ODT_RTT: “0x0040” for 120ohm, and “0x0004” for 60ohm. */
+/* ODT_RTT: "0x0040" for 120ohm, and "0x0004" for 60ohm. */
 #define MSCC_MEMPARM_MR1 0x0040
 #define MSCC_MEMPARM_MR2 ((VC3_MPAR_WL - 5) << 3)
 #define MSCC_MEMPARM_MR3 0
index ff32dab67b51e1f84e4ff62d6f9dfba6184f14fd..25e2877469a08b1859afa32c8e89e82c5f9eef3a 100644 (file)
@@ -267,7 +267,7 @@ void cvmx_helper_pki_set_fcs_op(int node, int interface, int nports, int has_fcs
  *                                 buffer separate from the work queue entry. Words following the
  *                                 WQE in the same cache line will be zeroed, other lines in the
  *                                 buffer will not be modified and will retain stale data (from the
- *                                 buffers previous use). This setting may decrease the peak PKI
+ *                                 buffer's previous use). This setting may decrease the peak PKI
  *                                 performance by up to half on small packets.
  */
 void cvmx_helper_pki_set_wqe_mode(int node, bool pkt_outside_wqe);
index c1feb55a1f0178911ddfd803ecf89e085e46ecd0..d918f792eee5d2201b27641528fb2923fe0d2422 100644 (file)
@@ -110,8 +110,8 @@ enum cvmx_pki_wqe_vlan { CVMX_PKI_USE_FIRST_VLAN = 0, CVMX_PKI_USE_SECOND_VLAN }
  * Controls how the PKI statistics counters are handled
  * The PKI_STAT*_X registers can be indexed either by port kind (pkind), or
  * final style. (Does not apply to the PKI_STAT_INB* registers.)
- *    0 = X represents the packets pkind
- *    1 = X represents the low 6-bits of packets final style
+ *    0 = X represents the packet's pkind
+ *    1 = X represents the low 6-bits of packet's final style
  */
 enum cvmx_pki_stats_mode { CVMX_PKI_STAT_MODE_PKIND, CVMX_PKI_STAT_MODE_STYLE };
 
@@ -880,7 +880,7 @@ int cvmx_pki_get_pkind_style(int node, int pkind);
  *    buffer separate from the work queue entry. Words following the
  *    WQE in the same cache line will be zeroed, other lines in the
  *    buffer will not be modified and will retain stale data (from the
- *    buffers previous use). This setting may decrease the peak PKI
+ *    buffer's previous use). This setting may decrease the peak PKI
  *    performance by up to half on small packets.
  */
 void cvmx_pki_set_wqe_mode(int node, u64 style, bool pkt_outside_wqe);
index 86f89be855fe7ecb5e8671eb81298192582c94e3..bda607203f3f26b565c088ef11b9152f4d29b3aa 100644 (file)
@@ -366,7 +366,7 @@ enum cvmx_pko_memalg_e {
                               */
        MEMALG_SETRSLT = 2,   /* [DSZ] = B64; mem = PKO_MEM_RESULT_S.  */
        MEMALG_ADD = 8,       /* mem = mem + PKO_SEND_MEM_S[OFFSET] */
-       MEMALG_SUB = 9,       /* mem = mem  PKO_SEND_MEM_S[OFFSET] */
+       MEMALG_SUB = 9,       /* mem = mem - PKO_SEND_MEM_S[OFFSET] */
        MEMALG_ADDLEN = 0xA,  /* mem += [OFFSET] + PKO_SEND_HDR_S[TOTAL] */
        MEMALG_SUBLEN = 0xB,  /* mem -= [OFFSET] + PKO_SEND_HDR_S[TOTAL] */
        MEMALG_ADDMBUF = 0xC, /* mem += [OFFSET] + mbufs_freed */
index 1a2f60e3d19026c9b7af34ed4115ca9ef1b8d611..00114e6d915651fa0f9f3d2beab2e1a76b8507bc 100644 (file)
@@ -395,7 +395,7 @@ static void load_spi_dtb(void)
                return;
 
        /*
-        * SPI NOR "dtb" partition offset & size hardcoded for now because the
+        * SPI NOR "dtb" partition offset & size hardcoded for now because the
         * mtd subsystem does not offer finding the partition yet and we do not
         * want to reimplement OF partition parser here.
         */
index 43d7a8e84f6241bf3791d0f1f607033a80c5c951..a4850364f418e89c2735086c47de54ee72741c73 100644 (file)
@@ -89,7 +89,7 @@ int meson_ft_board_setup(void *blob, struct bd_info *bd)
 
        /*
         * If in PCIe mode, alter DT
-        * 0:Enable USB3.0,Disable PCIE, 1:Disable USB3.0, Enable PCIE
+        * 0: Enable USB3.0, Disable PCIE, 1: Disable USB3.0, Enable PCIE
         */
        if (ret > 0) {
                static char data[32] __aligned(4);
index 34088adee47bd9c4ce41c678c2c29e30b6da9030..65c2f35671358f2329fca7b7397c49389aaa94ed 100644 (file)
@@ -437,7 +437,7 @@ static const struct mx6_ddr3_cfg acc_mx6d_mem_ddr3_1066 = {
        .trcd = 1313, // 13.125ns
        .trcmin = 5063, // 50.625ns
        .trasmin = 3750, // 37.5ns
-       .SRT = 0, // Set to 1 for temperatures above 85°C
+       .SRT = 0, // Set to 1 for temperatures above 85 deg C
 };
 
 static const struct mx6_ddr_sysinfo acc_mx6d_ddr_info = {
index 962a485acd22bf9c5df98c0ae4d610e9ae36cda7..aebdfd4dfec0753bd9683e43895afc7293847158 100644 (file)
@@ -115,7 +115,7 @@ static void __maybe_unused force_modules_running(void)
        gpio_direction_output(WIFI_REGEN_GPIO, 1);
        /*
         * Wait for Wi-Fi power regulator to reach a stable voltage
-        * (soft-start time, max. 350 µs)
+        * (soft-start time, max. 350 us)
         */
        __udelay(350);
 
index 4cc02f93c64bc4aa6f3d40888d77340f7fd748cd..a5e58186c9c1a41d5d40ca2db3c28a308ee6d17e 100644 (file)
@@ -154,7 +154,7 @@ static inline int board_is_series(void)
 #define HDR_FATC_LEN   12
 
 /*
-* SHC parameters held in On-Board I²C EEPROM device.
+* SHC parameters held in On-Board I2C EEPROM device.
 *
 * Header Format
 *
index 3b01354bb6b0f4c685dfcb30b6e647d3d0380989..d8e5b1d6963341426e5b9327874843f343f4a313 100644 (file)
@@ -171,7 +171,7 @@ int board_mmc_init(struct bd_info *bis)
         * (U-Boot device node)    (Physical Port)
         * mmc0 (onboard eMMC)     USDHC1
         * mmc1 (external SD card) USDHC2
-        * mmc2 (onboard µSD)      USDHC3
+        * mmc2 (onboard uSD)      USDHC3
         */
        for (i = 0; i < CFG_SYS_FSL_USDHC_NUM; i++) {
                switch (i) {
@@ -196,7 +196,7 @@ int board_mmc_init(struct bd_info *bis)
                        gpio_direction_input(USDHC1_CD_GPIO);
                        break;
                case 2:
-                 /* onboard µSD */
+                 /* onboard uSD */
                        if (!imx8_power_domain_lookup_name("conn_sdhc2", &pd))
                                power_domain_on(&pd);
 
index 54f89e257609bccceec3d69cfff2538487cd1f8d..d40b34f10397eeba1f9b9342e109420e50b3cec0 100644 (file)
@@ -12,7 +12,7 @@
 
 /*
  * A new Kconfig option for something that used to always be built should be
- * “default y”.
+ * "default y".
  */
 #ifdef CONFIG_FSL_USE_PCA9547_MUX
 
index 0d66a75bbfa1a48f578fa9fd5bc3ab11e761d510..b1d7e3b1c05a2faff527a8c16460a7f3f7b3ab76 100644 (file)
@@ -156,14 +156,14 @@ int setup_gpr_fec(void)
         *      0: internal clock
         *      1: external clock --->  your choice for RMII
         *
-        * CLKDIV_SEL: it controls a div by 2 on the internal clock path à
-        *      it should be dont care when using external clock
+        * CLKDIV_SEL: it controls a div by 2 on the internal clock path a
+        *      it should be don't care when using external clock
         *      0: non-divided clock
         *      1: clock divided by 2
         * 50_DISABLE or 125_DISABLE:
-        *      its used to disable the clock tree going outside the chip
+        *      it's used to disable the clock tree going outside the chip
         *      when reference clock is generated internally.
-        *      It should be dont care when reference clock is provided
+        *      It should be don't care when reference clock is provided
         *      externally.
         *      0: clock is enabled
         *      1: clock is disabled
index cb103e69b369187fa1dfa77ef7fc316b7490e708..c8c0bad5da16bd3cb9f5d4d126a1504d20183f13 100644 (file)
@@ -9,7 +9,7 @@
  * - "Commercial Product Name" (CPN): type of product board (DKX, EVX)
  *   associated to the board ID "MBxxxx"
  * - "Finished Good" or "Finish Good" (FG):
- *   effective content of the product without chip STM32MP1xx (LCD, Wifi,)
+ *   effective content of the product without chip STM32MP1xx (LCD, Wifi,...)
  * - BOM: cost variant for same FG (for example, several provider of the same
  *   component)
  *
index ddef7d6123584fcd5dd943cde47189b76854f4c2..5095a0e9fdb0fa770779f517eed2c45da8b6741d 100644 (file)
@@ -503,7 +503,7 @@ int mac_read_from_eeprom(void)
         * "<product>-<date>-<DDR&eMMC>-<serial_number>"
         * <date>: 4Byte, should be the output of `date +%y%W`
         * <DDR&eMMC>: 8Byte, "D008" means 8GB, "D01T" means 1TB;
-        *     "E000" means no eMMC"E032" means 32GB, "E01T" means 1TB.
+        *     "E000" means no eMMC"E032" means 32GB, "E01T" means 1TB.
         * <serial_number>: 8Byte, the Unique Identifier of board in hex.
         */
        if (!env_get("serial#"))
@@ -533,7 +533,7 @@ u8 get_pcb_revision_from_eeprom(void)
  * get_ddr_size_from_eeprom - get the DDR size
  * pstr:  VF7110A1-2228-D008E000-00000001
  * VF7110A1/VF7110B1 : VisionFive JH7110A /VisionFive JH7110B
- * D008: 8GB LPDDR4
+ * D008: 8GB LPDDR4
  * E000: No emmc device, ECxx: include emmc device, xx: Capacity size[GB]
  * return: the field of 'D008E000'
  */
index dba009997a8151078d32ea889d7124d955c21ccc..c8735d869cf9380ca0f626d12ca63827ee39a23a 100644 (file)
@@ -313,9 +313,9 @@ static ulong rzg2l_sdhi_clk_set_rate(struct udevice *dev, const struct cpg_core_
 
        /*
         * As per the HW manual, we should not directly switch from 533 MHz to
-        * 400 MHz and vice versa. To change the setting from 2b01 (533 MHz)
-        * to 2’b10 (400 MHz) or vice versa, Switch to 2’b11 (266 MHz) first,
-        * and then switch to the target setting (2’b01 (533 MHz) or 2’b10
+        * 400 MHz and vice versa. To change the setting from 2'b01 (533 MHz)
+        * to 2'b10 (400 MHz) or vice versa, Switch to 2'b11 (266 MHz) first,
+        * and then switch to the target setting (2'b01 (533 MHz) or 2'b10
         * (400 MHz)).
         */
        if (new_sel != SEL_SDHI_266MHz && prev_sel != SEL_SDHI_266MHz) {
index 53c2b467ab870f14c482ec79a83de3bcb525403b..f9ef070200557c575847ac64091a0e8b61324b7d 100644 (file)
@@ -178,7 +178,7 @@ int stm32_rcc_init(struct udevice *dev,
  *                ------------------------------                   ----------
 
  * Each peripheral requires a bus interface clock, named ckg_bus_perx
- * (for peripheral ‘x’).
+ * (for peripheral `x').
  * Some peripherals (SAI, UART...) need also a dedicated clock for their
  * communication interface, this clock is generally asynchronous with respect to
  * the bus interface clock, and is named kernel clock (ckg_ker_perx).
@@ -188,16 +188,16 @@ int stm32_rcc_init(struct udevice *dev,
  * the bus or the Kernel was enable.
  *
  * Example:
- *1) enable the bus clock
- *   --> bus_clk ref_counting = 1, gate_ref_count = 1
- * 2) enable the kernel clock
- *   --> perx_ker_ck ref_counting = 1, gate_ref_count = 2
- * 3) disable kernel clock
- *         ---> perx_ker_ck ref_counting = 0, gate_ref_count = 1
- *         ==> then i will not gate because gate_ref_count > 0
- * 4) disable bus clock
- *   --> bus_clk  ref_counting  = 0, gate_ref_count = 0
- *   ==> then i can gate (write in the register) because
+ * 1) enable the bus clock
+ *     --> bus_clk ref_counting = 1, gate_ref_count = 1
+ * 2) enable the kernel clock
+ *     --> perx_ker_ck ref_counting = 1, gate_ref_count = 2
+ * 3) disable kernel clock
+ *     ---> perx_ker_ck ref_counting = 0, gate_ref_count = 1
+ *     ==> then i will not gate because gate_ref_count > 0
+ * 4) disable bus clock
+ *     --> bus_clk  ref_counting  = 0, gate_ref_count = 0
+ *     ==> then i can gate (write in the register) because
  *         gate_ref_count = 0
  */
 
index 431d7e10ab74e2aba8f4964bfe641889315b0998..0c5f9bc43003fb1472059e12475f1614c31d1c99 100644 (file)
@@ -125,9 +125,9 @@ static int lp5562_led_reg_update(struct udevice *dev, int regnum,
 
        /*
         * Data sheet says "Delay between consecutive I2C writes to
-        * ENABLE register (00h) need to be longer than 488 μs
+        * ENABLE register (00h) need to be longer than 488 us
         * (typical)." and "Delay between consecutive I2C writes to
-        * OP_MODE register need to be longer than 153 μs (typ)."
+        * OP_MODE register need to be longer than 153 us (typ)."
         *
         * The linux driver does usleep_range(500, 600) and
         * usleep_range(200, 300), respectively.
index 22ea5e2f90766a5ec647c4e8789a13d834ddb439..be60d6d9d9952f7a8b728ebb331b587a832a5da6 100644 (file)
@@ -62,7 +62,7 @@ struct nand_flash_dev nand_flash_ids[] = {
                { .id = {0xad, 0xde, 0x94, 0xda, 0x74, 0xc4} },
                  SZ_8K, SZ_8K, SZ_2M, NAND_NEED_SCRAMBLING, 6, 640,
                  NAND_ECC_INFO(40, SZ_1K), 4 },
-       {"H27QCG8T2E5RBCF 64G 3.3V 8-bit",
+       {"H27QCG8T2E5R-BCF 64G 3.3V 8-bit",
                { .id = {0xad, 0xde, 0x14, 0xa7, 0x42, 0x4a} },
                  SZ_16K, SZ_8K, SZ_4M, NAND_NEED_SCRAMBLING, 6, 1664,
                  NAND_ECC_INFO(56, SZ_1K), 1 },
index 61d5ed615820236411f81306b1ec7de001ff9165..44e8a46075209312779ed5e31df80c0d3f1bd3d7 100644 (file)
@@ -74,7 +74,7 @@ struct stm32_rng_plat {
  * Extracts from the STM32 RNG specification when RNG supports CONDRST.
  *
  * When a noise source (or seed) error occurs, the RNG stops generating
- * random numbers and sets to “1” both SEIS and SECS bits to indicate
+ * random numbers and sets to "1" both SEIS and SECS bits to indicate
  * that a seed error occurred. (...)
  *
  * 1. Software reset by writing CONDRST at 1 and at 0 (see bitfield
@@ -127,12 +127,12 @@ static int stm32_rng_conceal_seed_error_cond_reset(struct stm32_rng_plat *pdata)
  * Extracts from the STM32 RNG specification, when CONDRST is not supported
  *
  * When a noise source (or seed) error occurs, the RNG stops generating
- * random numbers and sets to “1” both SEIS and SECS bits to indicate
+ * random numbers and sets to "1" both SEIS and SECS bits to indicate
  * that a seed error occurred. (...)
  *
  * The following sequence shall be used to fully recover from a seed
  * error after the RNG initialization:
- * 1. Clear the SEIS bit by writing it to “0”.
+ * 1. Clear the SEIS bit by writing it to "0".
  * 2. Read out 12 words from the RNG_DR register, and discard each of
  * them in order to clean the pipeline.
  * 3. Confirm that SEIS is still cleared. Random number generation is
index 7a2fbb0db6e8ff942af595e76f55c6f8bf229c38..ed39ff2fa4c72355d6d1332c7a48bfc1a22210b2 100644 (file)
@@ -418,7 +418,7 @@ void k3_nav_ringacc_ring_reset_dma(struct k3_nav_ring *ring, u32 occ)
                        k3_ringacc_ring_reconfig_qmode_sci(
                                        ring, K3_NAV_RINGACC_RING_MODE_RING);
                /*
-                * 4. Ring the doorbell 2**22  ringOcc times.
+                * 4. Ring the doorbell 2**22 - ringOcc times.
                 * This will wrap the internal UDMAP ring state occupancy
                 * counter (which is 21-bits wide) to 0.
                 */
index acc364feb03685122a16664eaeaef6637c49154b..7dc0d108b8ca6df35d363d1d3c153405bcf1e987 100644 (file)
@@ -12,7 +12,7 @@
 
 int sandbox_thermal_get_temp(struct udevice *dev, int *temp)
 {
-       /* Simply return 100°C */
+       /* Simply return 100 deg C */
        *temp = 100;
 
        return 0;
index 426fdc6224a043065a188a86f2cd9f8b688692cb..986ebaf69b14d9a5054c24f9a96132d36a64a6e6 100644 (file)
@@ -19,7 +19,7 @@
 #include <power/regulator.h>
 
 /*
- * The datasheet is not publicly available, all values are
+ * The datasheet is not publicly available, all values are
  * taken from the downstream. If you have access to datasheets,
  * corrections are welcome.
  */
index d2f716946814022da5bd324d02805f799bf792a2..f14f7642d0a28c9769e42aabcbe14666e64d6408 100644 (file)
@@ -19,7 +19,7 @@
 #include <power/regulator.h>
 
 /*
- * The datasheet is not publicly available, all values are
+ * The datasheet is not publicly available, all values are
  * taken from the downstream. If you have access to datasheets,
  * corrections are welcome.
  */
index 1df04e239ad0a30a46acc6776ea7d2f194a61b9f..9fc51d203e5e3650ab216f36ac2593c6059a9559 100644 (file)
@@ -79,7 +79,7 @@ struct blkfront_plat {
 };
 
 /**
- * struct blkfront_aiocb - AIO сontrol block
+ * struct blkfront_aiocb - AIO control block
  * @aio_dev: Blockfront device
  * @aio_buf: Memory buffer, which must be sector-aligned for
  *          @aio_dev sector
index 2c269ed6627ee0e7307fed1ec472d658e27a0d89..3aa94d70b9cef3a5ebe90a61c8a06700657fe79d 100644 (file)
@@ -121,7 +121,7 @@ struct acpi_cstate {
  *
  * @percent: Percent of the core CPU operating frequency that will be
  *     available when this throttling state is invoked
- * @power: Throttling states maximum power dissipation (mw)
+ * @power: Throttling state's maximum power dissipation (mw)
  * @latency: Worst-case latency (uS) that the CPU is unavailable during a
  *     transition from any throttling state to this throttling state
  * @control: Value to be written to the Processor Control Register
@@ -920,7 +920,7 @@ void acpigen_write_pss_package(struct acpi_ctx *ctx, uint corefreq, uint power,
  * @ctx: ACPI context pointer
  * @domain: Dependency domain number to which this P state entry belongs
  * @numprocs: Number of processors belonging to the domain for this logical
- *     processors P-states
+ *     processor's P-states
  * @coordtype: Coordination type
  */
 void acpigen_write_psd_package(struct acpi_ctx *ctx, uint domain, uint numprocs,
@@ -972,7 +972,7 @@ void acpigen_write_tss_package(struct acpi_ctx *ctx,
  * @ctx: ACPI context pointer
  * @domain: dependency domain number to which this T state entry belongs
  * @numprocs: Number of processors belonging to the domain for this logical
- *     processors T-states
+ *     processor's T-states
  * @coordtype: Coordination type
  */
 void acpigen_write_tsd_package(struct acpi_ctx *ctx, uint domain, uint numprocs,
index 7a66c7af749d7067942dd01c0b257258d79a042d..ee18a63e4601d2aa69e256f5080579dd57ac53d7 100644 (file)
@@ -153,7 +153,7 @@ struct mtd_info {
        uint32_t flags;
        uint64_t size;   // Total size of the MTD
 
-       /* "Major" erase size for the device. Naïve users may take this
+       /* "Major" erase size for the device. Naive users may take this
         * to be the only erase size available, or may use the more detailed
         * information below if they desire
         */
index a0f0689118f6761cb3654dc928984228a0e1f6f4..34de75a3ece31d2b7eb742aad99ec3acd8caea22 100644 (file)
@@ -535,7 +535,7 @@ int x509_process_extension(void *context, size_t hdrlen,
  * Decode an ASN.1 universal time or generalised time field into a struct the
  * kernel can handle and check it for validity.  The time is decoded thus:
  *
- *     [RFC5280 §4.1.2.5]
+ *     [RFC5280 paragraph 74.1.2.5]
  *     CAs conforming to this profile MUST always encode certificate validity
  *     dates through the year 2049 as UTCTime; certificate validity dates in
  *     2050 or later MUST be encoded as GeneralizedTime.  Conforming