From e13668ead02c0834ff5a7e906b3568289f3e1eb2 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: May 24 2023 15:05:31 +0000 Subject: ata: pata_octeon_cf: drop kernel-doc notation (git-fixes). --- diff --git a/patches.suse/ata-pata_octeon_cf-drop-kernel-doc-notation.patch b/patches.suse/ata-pata_octeon_cf-drop-kernel-doc-notation.patch new file mode 100644 index 0000000..5977691 --- /dev/null +++ b/patches.suse/ata-pata_octeon_cf-drop-kernel-doc-notation.patch @@ -0,0 +1,100 @@ +From 1aff53b2fd903b300dfd71af0064c21fbca313c6 Mon Sep 17 00:00:00 2001 +From: Randy Dunlap +Date: Mon, 13 Feb 2023 13:25:49 -0800 +Subject: [PATCH] ata: pata_octeon_cf: drop kernel-doc notation +Git-commit: 1aff53b2fd903b300dfd71af0064c21fbca313c6 +Patch-mainline: v6.2 +References: git-fixes + +Fix a slew of kernel-doc warnings in pata_octeon_cf.c by changing +all "/**" comments to "/*" since they are not in kernel-doc format. + +Fixes: 3c929c6f5aa7 ("libata: New driver for OCTEON SOC Compact Flash interface (v7).") +Signed-off-by: Randy Dunlap +Reported-by: kernel test robot +Link: https://lore.kernel.org/all/202302101722.5O56RClE-lkp@intel.com/ +Cc: David Daney +Cc: Damien Le Moal +Cc: Mauro Carvalho Chehab +Cc: linux-ide@vger.kernel.org +Signed-off-by: Damien Le Moal +Acked-by: Takashi Iwai + +--- + drivers/ata/pata_octeon_cf.c | 16 ++++++++-------- + 1 file changed, 8 insertions(+), 8 deletions(-) + +--- a/drivers/ata/pata_octeon_cf.c ++++ b/drivers/ata/pata_octeon_cf.c +@@ -67,7 +67,7 @@ module_param(enable_dma, int, 0444); + MODULE_PARM_DESC(enable_dma, + "Enable use of DMA on interfaces that support it (0=no dma [default], 1=use dma)"); + +-/** ++/* + * Convert nanosecond based time to setting used in the + * boot bus timing register, based on timing multiple + */ +@@ -118,7 +118,7 @@ static void octeon_cf_set_boot_reg_cfg(i + cvmx_write_csr(CVMX_MIO_BOOT_REG_CFGX(cs), reg_cfg.u64); + } + +-/** ++/* + * Called after libata determines the needed PIO mode. This + * function programs the Octeon bootbus regions to support the + * timing requirements of the PIO mode. +@@ -282,7 +282,7 @@ static void octeon_cf_set_dmamode(struct + cvmx_write_csr(cf_port->dma_base + DMA_TIM, dma_tim.u64); + } + +-/** ++/* + * Handle an 8 bit I/O request. + * + * @qc: Queued command +@@ -321,7 +321,7 @@ static unsigned int octeon_cf_data_xfer8 + return buflen; + } + +-/** ++/* + * Handle a 16 bit I/O request. + * + * @qc: Queued command +@@ -376,7 +376,7 @@ static unsigned int octeon_cf_data_xfer1 + return buflen; + } + +-/** ++/* + * Read the taskfile for 16bit non-True IDE only. + */ + static void octeon_cf_tf_read16(struct ata_port *ap, struct ata_taskfile *tf) +@@ -459,7 +459,7 @@ static int octeon_cf_softreset16(struct + return 0; + } + +-/** ++/* + * Load the taskfile for 16bit non-True IDE only. The device_addr is + * not loaded, we do this as part of octeon_cf_exec_command16. + */ +@@ -551,7 +551,7 @@ static void octeon_cf_dma_setup(struct a + DPRINTK("EXIT\n"); + } + +-/** ++/* + * Start a DMA transfer that was already setup + * + * @qc: Information about the DMA +@@ -612,7 +612,7 @@ static void octeon_cf_dma_start(struct a + cvmx_write_csr(cf_port->dma_base + DMA_CFG, mio_boot_dma_cfg.u64); + } + +-/** ++/* + * + * LOCKING: + * spin_lock_irqsave(host lock) diff --git a/series.conf b/series.conf index 6055a3b..63d3700 100644 --- a/series.conf +++ b/series.conf @@ -18789,6 +18789,7 @@ patches.suse/mmc-sdio-fix-possible-resource-leaks-in-some-error-p.patch patches.suse/mmc-mmc_spi-fix-error-handling-in-mmc_spi_probe.patch patches.suse/mmc-jz4740-Work-around-bug-on-JZ4760-B.patch + patches.suse/ata-pata_octeon_cf-drop-kernel-doc-notation.patch patches.suse/ALSA-hda-conexant-add-a-new-hda-codec-SN6180.patch patches.suse/ALSA-hda-realtek-fixed-wrong-gpio-assigned.patch patches.suse/ALSA-hda-realtek-fix-mute-micmute-LEDs-don-t-work-fo-5007b848ff22.patch