mbox series

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

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

Message

Revanth Rajashekar Aug. 19, 2019, 9:35 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.

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. 19, 2019, 9:38 p.m. UTC | #1
On 8/19/19 3:35 PM, 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.

Why are you not adding the reviewed-by's from the previous series?

And what's new in v2?