All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/9] media: atomisp: Fix typo "accesible"
       [not found] <20210318202223.164873-1-ribalda@chromium.org>
@ 2021-03-18 20:22 ` Ricardo Ribalda
  2021-03-18 20:22 ` [Intel-gfx] [PATCH 4/9] drm/i915/error: " Ricardo Ribalda
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: Ricardo Ribalda @ 2021-03-18 20:22 UTC (permalink / raw)
  To: trivial; +Cc: Ricardo Ribalda, linux-media

Trivial fix.

Cc: linux-media@vger.kernel.org
Signed-off-by: Ricardo Ribalda <ribalda@chromium.org>
---
 drivers/staging/media/atomisp/pci/input_system_ctrl_defs.h | 2 +-
 drivers/staging/media/atomisp/pci/isp_acquisition_defs.h   | 2 +-
 drivers/staging/media/atomisp/pci/isp_capture_defs.h       | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/staging/media/atomisp/pci/input_system_ctrl_defs.h b/drivers/staging/media/atomisp/pci/input_system_ctrl_defs.h
index c801ddd71192..b2076a96987c 100644
--- a/drivers/staging/media/atomisp/pci/input_system_ctrl_defs.h
+++ b/drivers/staging/media/atomisp/pci/input_system_ctrl_defs.h
@@ -27,7 +27,7 @@
 // Number of registers
 #define ISYS_CTRL_NOF_REGS                              23
 
-// Register id's of MMIO slave accesible registers
+// Register id's of MMIO slave accessible registers
 #define ISYS_CTRL_CAPT_START_ADDR_A_REG_ID              0
 #define ISYS_CTRL_CAPT_START_ADDR_B_REG_ID              1
 #define ISYS_CTRL_CAPT_START_ADDR_C_REG_ID              2
diff --git a/drivers/staging/media/atomisp/pci/isp_acquisition_defs.h b/drivers/staging/media/atomisp/pci/isp_acquisition_defs.h
index 8e4bddc3790d..7e8f6f2178aa 100644
--- a/drivers/staging/media/atomisp/pci/isp_acquisition_defs.h
+++ b/drivers/staging/media/atomisp/pci/isp_acquisition_defs.h
@@ -35,7 +35,7 @@
 
 #define NOF_ACQ_REGS                              12
 
-// Register id's of MMIO slave accesible registers
+// Register id's of MMIO slave accessible registers
 #define ACQ_START_ADDR_REG_ID                     0
 #define ACQ_MEM_REGION_SIZE_REG_ID                1
 #define ACQ_NUM_MEM_REGIONS_REG_ID                2
diff --git a/drivers/staging/media/atomisp/pci/isp_capture_defs.h b/drivers/staging/media/atomisp/pci/isp_capture_defs.h
index 14cbb6390d3e..b9e5ed932702 100644
--- a/drivers/staging/media/atomisp/pci/isp_capture_defs.h
+++ b/drivers/staging/media/atomisp/pci/isp_capture_defs.h
@@ -33,7 +33,7 @@
 // Number of registers
 #define CAPT_NOF_REGS                             16
 
-// Register id's of MMIO slave accesible registers
+// Register id's of MMIO slave accessible registers
 #define CAPT_START_MODE_REG_ID                    0
 #define CAPT_START_ADDR_REG_ID                    1
 #define CAPT_MEM_REGION_SIZE_REG_ID               2
-- 
2.31.0.rc2.261.g7f71774620-goog


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [Intel-gfx] [PATCH 4/9] drm/i915/error: Fix typo "accesible"
       [not found] <20210318202223.164873-1-ribalda@chromium.org>
  2021-03-18 20:22 ` [PATCH 2/9] media: atomisp: Fix typo "accesible" Ricardo Ribalda
@ 2021-03-18 20:22 ` Ricardo Ribalda
  2021-03-18 20:22 ` [PATCH 7/9] nfsd: " Ricardo Ribalda
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: Ricardo Ribalda @ 2021-03-18 20:22 UTC (permalink / raw)
  To: trivial; +Cc: intel-gfx, Ricardo Ribalda

Trivial fix.

Cc: intel-gfx@lists.freedesktop.org
Signed-off-by: Ricardo Ribalda <ribalda@chromium.org>
---
 drivers/gpu/drm/i915/i915_gpu_error.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/i915/i915_gpu_error.c b/drivers/gpu/drm/i915/i915_gpu_error.c
index f962693404b7..ea7d0398fb05 100644
--- a/drivers/gpu/drm/i915/i915_gpu_error.c
+++ b/drivers/gpu/drm/i915/i915_gpu_error.c
@@ -1503,7 +1503,7 @@ gt_record_uc(struct intel_gt_coredump *gt,
 	memcpy(&error_uc->huc_fw, &uc->huc.fw, sizeof(uc->huc.fw));
 
 	/* Non-default firmware paths will be specified by the modparam.
-	 * As modparams are generally accesible from the userspace make
+	 * As modparams are generally accessible from the userspace make
 	 * explicit copies of the firmware paths.
 	 */
 	error_uc->guc_fw.path = kstrdup(uc->guc.fw.path, ALLOW_FAIL);
-- 
2.31.0.rc2.261.g7f71774620-goog

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [PATCH 7/9] nfsd: Fix typo "accesible"
       [not found] <20210318202223.164873-1-ribalda@chromium.org>
  2021-03-18 20:22 ` [PATCH 2/9] media: atomisp: Fix typo "accesible" Ricardo Ribalda
  2021-03-18 20:22 ` [Intel-gfx] [PATCH 4/9] drm/i915/error: " Ricardo Ribalda
@ 2021-03-18 20:22 ` Ricardo Ribalda
  2021-03-22 14:21   ` Chuck Lever III
  2021-03-18 20:22 ` [PATCH 8/9] bpf: " Ricardo Ribalda
  2021-03-18 20:22 ` [PATCH 9/9] pm-graph: " Ricardo Ribalda
  4 siblings, 1 reply; 7+ messages in thread
From: Ricardo Ribalda @ 2021-03-18 20:22 UTC (permalink / raw)
  To: trivial; +Cc: Ricardo Ribalda, linux-nfs

Trivial fix.

Cc: linux-nfs@vger.kernel.org
Signed-off-by: Ricardo Ribalda <ribalda@chromium.org>
---
 fs/nfsd/Kconfig | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/fs/nfsd/Kconfig b/fs/nfsd/Kconfig
index 821e5913faee..d160cd4c6f71 100644
--- a/fs/nfsd/Kconfig
+++ b/fs/nfsd/Kconfig
@@ -98,7 +98,7 @@ config NFSD_BLOCKLAYOUT
 	help
 	  This option enables support for the exporting pNFS block layouts
 	  in the kernel's NFS server. The pNFS block layout enables NFS
-	  clients to directly perform I/O to block devices accesible to both
+	  clients to directly perform I/O to block devices accessible to both
 	  the server and the clients.  See RFC 5663 for more details.
 
 	  If unsure, say N.
@@ -112,7 +112,7 @@ config NFSD_SCSILAYOUT
 	help
 	  This option enables support for the exporting pNFS SCSI layouts
 	  in the kernel's NFS server. The pNFS SCSI layout enables NFS
-	  clients to directly perform I/O to SCSI devices accesible to both
+	  clients to directly perform I/O to SCSI devices accessible to both
 	  the server and the clients.  See draft-ietf-nfsv4-scsi-layout for
 	  more details.
 
@@ -126,7 +126,7 @@ config NFSD_FLEXFILELAYOUT
 	  This option enables support for the exporting pNFS Flex File
 	  layouts in the kernel's NFS server. The pNFS Flex File  layout
 	  enables NFS clients to directly perform I/O to NFSv3 devices
-	  accesible to both the server and the clients.  See
+	  accessible to both the server and the clients.  See
 	  draft-ietf-nfsv4-flex-files for more details.
 
 	  Warning, this server implements the bare minimum functionality
-- 
2.31.0.rc2.261.g7f71774620-goog


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [PATCH 8/9] bpf: Fix typo "accesible"
       [not found] <20210318202223.164873-1-ribalda@chromium.org>
                   ` (2 preceding siblings ...)
  2021-03-18 20:22 ` [PATCH 7/9] nfsd: " Ricardo Ribalda
@ 2021-03-18 20:22 ` Ricardo Ribalda
  2021-03-18 20:22 ` [PATCH 9/9] pm-graph: " Ricardo Ribalda
  4 siblings, 0 replies; 7+ messages in thread
From: Ricardo Ribalda @ 2021-03-18 20:22 UTC (permalink / raw)
  To: trivial; +Cc: Ricardo Ribalda, bpf

Trivial fix.

Cc: bpf@vger.kernel.org
Signed-off-by: Ricardo Ribalda <ribalda@chromium.org>
---
 include/linux/bpf.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/bpf.h b/include/linux/bpf.h
index cccaef1088ea..c4c8f3522594 100644
--- a/include/linux/bpf.h
+++ b/include/linux/bpf.h
@@ -54,7 +54,7 @@ struct bpf_iter_seq_info {
 	u32 seq_priv_size;
 };
 
-/* map is generic key/value storage optionally accesible by eBPF programs */
+/* map is generic key/value storage optionally accessible by eBPF programs */
 struct bpf_map_ops {
 	/* funcs callable from userspace (via syscall) */
 	int (*map_alloc_check)(union bpf_attr *attr);
-- 
2.31.0.rc2.261.g7f71774620-goog


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [PATCH 9/9] pm-graph: Fix typo "accesible"
       [not found] <20210318202223.164873-1-ribalda@chromium.org>
                   ` (3 preceding siblings ...)
  2021-03-18 20:22 ` [PATCH 8/9] bpf: " Ricardo Ribalda
@ 2021-03-18 20:22 ` Ricardo Ribalda
  2021-03-22 14:28   ` Rafael J. Wysocki
  4 siblings, 1 reply; 7+ messages in thread
From: Ricardo Ribalda @ 2021-03-18 20:22 UTC (permalink / raw)
  To: trivial; +Cc: Ricardo Ribalda, linux-pm

Trivial fix.

Cc: linux-pm@vger.kernel.org
Signed-off-by: Ricardo Ribalda <ribalda@chromium.org>
---
 tools/power/pm-graph/sleepgraph.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/power/pm-graph/sleepgraph.py b/tools/power/pm-graph/sleepgraph.py
index 81f4b8abbdf7..ffd50953a024 100755
--- a/tools/power/pm-graph/sleepgraph.py
+++ b/tools/power/pm-graph/sleepgraph.py
@@ -6819,7 +6819,7 @@ if __name__ == '__main__':
 			sysvals.outdir = val
 			sysvals.notestrun = True
 			if(os.path.isdir(val) == False):
-				doError('%s is not accesible' % val)
+				doError('%s is not accessible' % val)
 		elif(arg == '-filter'):
 			try:
 				val = next(args)
-- 
2.31.0.rc2.261.g7f71774620-goog


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [PATCH 7/9] nfsd: Fix typo "accesible"
  2021-03-18 20:22 ` [PATCH 7/9] nfsd: " Ricardo Ribalda
@ 2021-03-22 14:21   ` Chuck Lever III
  0 siblings, 0 replies; 7+ messages in thread
From: Chuck Lever III @ 2021-03-22 14:21 UTC (permalink / raw)
  To: Ricardo Ribalda; +Cc: trivial, Linux NFS Mailing List



> On Mar 18, 2021, at 4:22 PM, Ricardo Ribalda <ribalda@chromium.org> wrote:
> 
> Trivial fix.
> 
> Cc: linux-nfs@vger.kernel.org
> Signed-off-by: Ricardo Ribalda <ribalda@chromium.org>

Thanks for you patch. I've committed to the for-next topic branch at

git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux.git


> ---
> fs/nfsd/Kconfig | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/fs/nfsd/Kconfig b/fs/nfsd/Kconfig
> index 821e5913faee..d160cd4c6f71 100644
> --- a/fs/nfsd/Kconfig
> +++ b/fs/nfsd/Kconfig
> @@ -98,7 +98,7 @@ config NFSD_BLOCKLAYOUT
> 	help
> 	  This option enables support for the exporting pNFS block layouts
> 	  in the kernel's NFS server. The pNFS block layout enables NFS
> -	  clients to directly perform I/O to block devices accesible to both
> +	  clients to directly perform I/O to block devices accessible to both
> 	  the server and the clients.  See RFC 5663 for more details.
> 
> 	  If unsure, say N.
> @@ -112,7 +112,7 @@ config NFSD_SCSILAYOUT
> 	help
> 	  This option enables support for the exporting pNFS SCSI layouts
> 	  in the kernel's NFS server. The pNFS SCSI layout enables NFS
> -	  clients to directly perform I/O to SCSI devices accesible to both
> +	  clients to directly perform I/O to SCSI devices accessible to both
> 	  the server and the clients.  See draft-ietf-nfsv4-scsi-layout for
> 	  more details.
> 
> @@ -126,7 +126,7 @@ config NFSD_FLEXFILELAYOUT
> 	  This option enables support for the exporting pNFS Flex File
> 	  layouts in the kernel's NFS server. The pNFS Flex File  layout
> 	  enables NFS clients to directly perform I/O to NFSv3 devices
> -	  accesible to both the server and the clients.  See
> +	  accessible to both the server and the clients.  See
> 	  draft-ietf-nfsv4-flex-files for more details.
> 
> 	  Warning, this server implements the bare minimum functionality
> -- 
> 2.31.0.rc2.261.g7f71774620-goog
> 

--
Chuck Lever




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH 9/9] pm-graph: Fix typo "accesible"
  2021-03-18 20:22 ` [PATCH 9/9] pm-graph: " Ricardo Ribalda
@ 2021-03-22 14:28   ` Rafael J. Wysocki
  0 siblings, 0 replies; 7+ messages in thread
From: Rafael J. Wysocki @ 2021-03-22 14:28 UTC (permalink / raw)
  To: Ricardo Ribalda; +Cc: Jiri Kosina, Linux PM

On Thu, Mar 18, 2021 at 9:23 PM Ricardo Ribalda <ribalda@chromium.org> wrote:
>
> Trivial fix.
>
> Cc: linux-pm@vger.kernel.org
> Signed-off-by: Ricardo Ribalda <ribalda@chromium.org>
> ---
>  tools/power/pm-graph/sleepgraph.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/power/pm-graph/sleepgraph.py b/tools/power/pm-graph/sleepgraph.py
> index 81f4b8abbdf7..ffd50953a024 100755
> --- a/tools/power/pm-graph/sleepgraph.py
> +++ b/tools/power/pm-graph/sleepgraph.py
> @@ -6819,7 +6819,7 @@ if __name__ == '__main__':
>                         sysvals.outdir = val
>                         sysvals.notestrun = True
>                         if(os.path.isdir(val) == False):
> -                               doError('%s is not accesible' % val)
> +                               doError('%s is not accessible' % val)
>                 elif(arg == '-filter'):
>                         try:
>                                 val = next(args)
> --

Applied as 5.13 material, thanks!

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-03-22 14:29 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20210318202223.164873-1-ribalda@chromium.org>
2021-03-18 20:22 ` [PATCH 2/9] media: atomisp: Fix typo "accesible" Ricardo Ribalda
2021-03-18 20:22 ` [Intel-gfx] [PATCH 4/9] drm/i915/error: " Ricardo Ribalda
2021-03-18 20:22 ` [PATCH 7/9] nfsd: " Ricardo Ribalda
2021-03-22 14:21   ` Chuck Lever III
2021-03-18 20:22 ` [PATCH 8/9] bpf: " Ricardo Ribalda
2021-03-18 20:22 ` [PATCH 9/9] pm-graph: " Ricardo Ribalda
2021-03-22 14:28   ` Rafael J. Wysocki

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.