mbox series

[v3,0/3] block: sed-opal: Code Cleanup Patches

Message ID 20190820153051.24704-1-revanth.rajashekar@intel.com (mailing list archive)
Headers show
Series block: sed-opal: Code Cleanup Patches | expand

Message

Revanth Rajashekar Aug. 20, 2019, 3:30 p.m. UTC
This series of patch is a cleanup for sed-opal in kernel 5.4. It
1. Adds/removes spaces.
2. Removes an always false conditional statement.
3. Removes duplicate OPAL_METHOD_LENGTH definition.

These cleanup patches are submitted with the intend to submit a new feature
after this.

Changes from v2:
	1. Added reviewed-bys

Changes from v1:
	1. Fixed up commit messages

Revanth Rajashekar (3):
  block: sed-opal: Add/remove spaces
  block: sed-opal: Remove always false conditional statement
  block: sed-opal: Removed duplicate OPAL_METHOD_LENGTH definition

 block/opal_proto.h |  5 +----
 block/sed-opal.c   | 49 ++++++++++++++++++++++++++++++++++++++--------
 2 files changed, 42 insertions(+), 12 deletions(-)

--
2.17.1

Comments

Jens Axboe Aug. 20, 2019, 3:35 p.m. UTC | #1
On 8/20/19 9:30 AM, Revanth Rajashekar wrote:
> This series of patch is a cleanup for sed-opal in kernel 5.4. It
> 1. Adds/removes spaces.
> 2. Removes an always false conditional statement.
> 3. Removes duplicate OPAL_METHOD_LENGTH definition.
> 
> These cleanup patches are submitted with the intend to submit a new feature
> after this.
> 
> Changes from v2:
> 	1. Added reviewed-bys
> 
> Changes from v1:
> 	1. Fixed up commit messages
> 
> Revanth Rajashekar (3):
>    block: sed-opal: Add/remove spaces
>    block: sed-opal: Remove always false conditional statement
>    block: sed-opal: Removed duplicate OPAL_METHOD_LENGTH definition
> 
>   block/opal_proto.h |  5 +----
>   block/sed-opal.c   | 49 ++++++++++++++++++++++++++++++++++++++--------
>   2 files changed, 42 insertions(+), 12 deletions(-)

Applied, adding a commit message for patch #3. Don't use empty commit
messages.