mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-19 02:54:00 +08:00
scsi: target: iscsi: Remove unused macro TEXT_LEN
Remove unused macro to fix the following compilation warning: drivers/target//iscsi/iscsi_target_nego.c:31: warning: macro "TEXT_LEN" is not used [-Wunused-macros] #define TEXT_LEN 4096 Link: https://lore.kernel.org/r/20210228055645.22253-11-chaitanya.kulkarni@wdc.com Reviewed-by: Mike Christie <michael.christie@oracle.com> Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com> Signed-off-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
fdc1339a42
commit
91ce84a3d7
@ -28,7 +28,6 @@
|
||||
#include "iscsi_target_auth.h"
|
||||
|
||||
#define MAX_LOGIN_PDUS 7
|
||||
#define TEXT_LEN 4096
|
||||
|
||||
void convert_null_to_semi(char *buf, int len)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user