Jonathan Bergh ([email protected])

Number of posts: 74 (0.14 per day)
First post: 2022-09-15 09:13:35
Last post: 2024-03-09 08:53:58

Date List Subject
2024-03-09 08:53:58 linux-kernel [PATCH RESEND] staging: gdm724x: Remove spurious whitespace in macro definition and tidy up defines
2024-03-05 17:42:09 linux-kernel Re: [PATCH 2/2] staging: vme_user: Add a newline after variable declarations
2024-03-03 19:23:13 linux-kernel [PATCH 9/9] staging: media: av7110: Ensure newline after variable declarations
2024-03-03 19:22:57 linux-kernel [PATCH 8/9] staging: media: av7110: Ensure whitespace ahead of opening brace '{'
2024-03-03 19:22:42 linux-kernel [PATCH 7/9] staging: media: av7110: Remove extra whitespace before ','
2024-03-03 19:22:34 linux-kernel [PATCH 6/9] staging: media: av7110: Remove extra whitespace before opening '['s
2024-03-03 19:22:11 linux-kernel [PATCH 5/9] staging: media: av7110: Fix block comments to meet code style guidelines
2024-03-03 19:21:58 linux-kernel [PATCH 4/9] staging: media: av7110: Fix formatting of pointers to meet coding style guidelines
2024-03-03 19:21:47 linux-kernel [PATCH 3/9] staging: media: av7110: Remove spaces between function name and opening parenthesis
2024-03-03 19:21:30 linux-kernel [PATCH 2/9] staging: media: av7110: Remove braces for single line statement blocks
2024-03-03 19:21:18 linux-kernel [PATCH 1/9] staging: media: av7110: Fix formatting problem where trailing statements should be on a new line
2024-03-03 19:21:04 linux-kernel [PATCH 0/9] staging: media: av7110: These patches address various code style and formatting issues in the av7110 driver
2024-03-03 10:06:12 linux-kernel [PATCH 2/2] staging: vme_user: Add a newline after variable declarations
2024-03-03 10:06:04 linux-kernel [PATCH 1/2] staging: vme_user: Fix misaligned closing comment */
2024-03-02 22:15:15 linux-kernel [PATCH] staging: vme_user: Ensure blank lines after variable declarations and fix misaligned */ comment formatting issues
2024-02-27 17:06:10 linux-kernel [PATCH 2/3] staging: media: atomisp: Remove extra whitespace after opening parentheses
2024-02-27 16:40:38 linux-kernel [PATCH 1/3] staging: media: atomisp: Fix various multiline block comment formatting instances
2024-02-27 16:31:58 linux-kernel [PATCH 3/3] staging: media: atomisp: Replace msleep call for less than 20ms with usleep_range
2024-02-27 16:02:41 linux-kernel [PATCH 2/2] staging: greybus: Replaces directive __attribute__((packed)) by __packed as suggested by checkpatch
2024-02-27 16:02:15 linux-kernel [PATCH 1/2] staging: greybus: Replace __attribute__((packed)) by __packed in various instances
2024-02-27 15:11:49 linux-kernel [PATCH] staging: gdm724x: Remove spurious whitespace in macro definition and tidy up defines
2024-02-26 19:43:08 linux-kernel [PATCH 6/6] staging: media: atomisp: Remove old commented code and fix multiple block comment style
2024-02-26 19:43:00 linux-kernel [PATCH 4/6] staging: media: atomisp: Remove unnecessary parentheses from conditional statement
2024-02-26 19:42:33 linux-kernel [PATCH 3/6] staging: media: atomisp: Ensure trailing statements are on a newline and remove spurious whitespaces
2024-02-26 19:42:26 linux-kernel [PATCH 5/6] staging: media: atomisp: Remove unneeded return statement from void function
2024-02-26 19:42:09 linux-kernel [PATCH 1/6] staging: media: atomisp: Remove unnecessary braces from single line conditional statements
2024-02-26 19:41:39 linux-kernel [PATCH 2/6] staging: media: atomisp: Fixed "unsigned int *" rather than "unsigned *" declaration in variable declaration
2024-02-26 19:41:14 linux-kernel [PATCH 0/6] staging: media: atomisp: Fix various small code and code style formatting issues
2024-02-25 15:54:34 linux-kernel [PATCH] staging: media: atomisp: Fix formatting issues and minor code issue
2024-02-25 12:04:09 linux-kernel [PATCH] staging: media: atomisp: Fix various formatting issues and remove unneccesary braces
2024-02-23 17:59:10 linux-kernel [PATCH 2/2] staging: rtl8192e: Include blank line after variable declarations
2024-02-23 17:58:56 linux-kernel [PATCH 1/2] staging: rtl8192e: Remove unneeded braces from single line if statement
2023-10-26 20:02:45 linux-kernel Re: [PATCH v3 0/7] staging: octeon: Fix warnings due to introduction of new typedefs
2023-10-21 12:14:29 linux-kernel Re: [PATCH RESEND] staging: media: atomisp: Removed duplicate comment and fixed comment format
2023-10-21 11:02:19 linux-kernel [PATCH RESEND] staging: media: atomisp: Removed duplicate comment and fixed comment format
2023-10-21 10:17:13 linux-kernel [PATCH v3 4/7] staging: octeon: Fix up introduction of new typedef cvmx_pko_lock_t in octeon
2023-10-21 10:17:00 linux-kernel [PATCH v3 6/7] staging: octeon: Fix introduction of new typedef cvmx_pip_port_status_t in octeon
2023-10-21 10:16:31 linux-kernel [PATCH v3 7/7] staging: octeon: Fix introduction of new typedef cvmx_pko_port_status_t in octeon driver
2023-10-21 10:16:29 linux-kernel [PATCH v3 5/7] staging: octeon: Fix introduction of new typedef cvmx_pko_status_t in octeon
2023-10-21 10:16:29 linux-kernel [PATCH v3 3/7] staging: octeon: Fix introduction of following new typedef cvmx_pow_wait_t in octeon
2023-10-21 10:16:27 linux-kernel [PATCH v3 1/7] staging: octeon: Fix introduction of new enum typedef cvmx_spi_mode_t in octeon
2023-10-21 10:16:19 linux-kernel [PATCH v3 2/7] staging: octeon: Fix up introduction of new typedef cvmx_helper_interface_mode_t in octeon
2023-10-21 10:15:02 linux-kernel [PATCH v3 0/7] staging: octeon: Fix warnings due to introduction of new typedefs
2023-10-21 09:08:42 linux-kernel Re: [PATCH] staging: octeon: Fix warnings due to introduction of new typedefs
2023-10-21 08:59:45 linux-kernel Re: [PATCH] staging: octeon: Fix warnings due to introduction of new typedefs
2023-10-21 08:16:09 linux-kernel [PATCH] staging: octeon: Fix warnings due to introduction of new typedefs
2023-10-21 00:05:18 linux-kernel [PATCH 2/2] staging: octeon: Fix remaining instances affected by removal of typedefs
2023-10-21 00:04:58 linux-kernel [PATCH 1/2] staging: octeon: Fix warnings due to introduction of new typedefs
2023-10-21 00:04:27 linux-kernel [PATCH 0/2] Fix instances where new typedefs were introduced
2023-10-20 23:24:30 linux-kernel [PATCH 1/5] staging: media: av7110: Fix missing newlines after declaration warnings
2023-10-20 23:24:29 linux-kernel [PATCH 3/5] staging: media: av7110: Remove unnecessary whitespace before quoted newlines