Skip to content

Commit

Permalink
Replaced spaces with tabs in commit 8b3d720
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhananjay Kamble authored and lnocturno committed Nov 7, 2024
1 parent 0a19341 commit bf32b4a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions scst/include/backport.h
Original file line number Diff line number Diff line change
Expand Up @@ -289,8 +289,8 @@ static inline void blkdev_put_backport(struct block_device *bdev, void *holder)
#if LINUX_VERSION_CODE < KERNEL_VERSION(6, 7, 0) && \
(LINUX_VERSION_CODE >> 8 != KERNEL_VERSION(6, 6, 0) >> 8 || \
LINUX_VERSION_CODE < KERNEL_VERSION(6, 6, 23)) && \
(!defined(RHEL_RELEASE_CODE) || \
RHEL_RELEASE_CODE -0 < RHEL_RELEASE_VERSION(9, 5))
(!defined(RHEL_RELEASE_CODE) || \
RHEL_RELEASE_CODE -0 < RHEL_RELEASE_VERSION(9, 5))
/*
* See also commit e719b4d15674 ("block: Provide bdev_open_* functions") # v6.7, v6.6.23.
*/
Expand Down
4 changes: 2 additions & 2 deletions scst/src/dev_handlers/scst_tape.c
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@ static int tape_attach(struct scst_device *dev)
((dev->scsi_dev->lun << 5) & 0xe0) : 0),
0 /* Mode Page 0 */,
#if LINUX_VERSION_CODE >= KERNEL_VERSION(6, 5, 0) || \
(!defined(RHEL_RELEASE_CODE) || \
RHEL_RELEASE_CODE -0 >= RHEL_RELEASE_VERSION(9, 5))
(!defined(RHEL_RELEASE_CODE) || \
RHEL_RELEASE_CODE -0 >= RHEL_RELEASE_VERSION(9, 5))
0 /* Sub Page */,
#endif
buffer, buffer_size,
Expand Down
2 changes: 1 addition & 1 deletion scst/src/scst_lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -6112,7 +6112,7 @@ EXPORT_SYMBOL(scst_open_bdev_by_path);
void scst_release_bdev(struct scst_bdev_descriptor *bdev_desc)
{
#if LINUX_VERSION_CODE < KERNEL_VERSION(6, 9, 0) && \
(!defined(RHEL_RELEASE_CODE) || \
(!defined(RHEL_RELEASE_CODE) || \
RHEL_RELEASE_CODE -0 < RHEL_RELEASE_VERSION(9, 5))
struct bdev_handle *bdev_handle = bdev_desc->priv;

Expand Down

0 comments on commit bf32b4a

Please sign in to comment.