Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1484452
| From | SF Markus Elfring <elfring@users.sourceforge.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 6/7] AGPGART-UniNorth: Rename a jump label in uninorth_create_gatt_table() |
| Date | 2016-09-15 20:30 +0200 |
| Message-ID | <shJA5-25R-9@gated-at.bofh.it> (permalink) |
| References | <shINH-1zt-23@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
> drivers/char/agp/uninorth-agp.c: In function 'uninorth_create_gatt_table': >>> drivers/char/agp/uninorth-agp.c:426:3: error: label 'enomem' used but not defined > goto enomem; > ^ > > vim +/enomem +426 drivers/char/agp/uninorth-agp.c This error message points a glitch out which was triggered by my update suggestion. Unfortunately, it means that the proposed renaming of such an identifier was incomplete at this source code place. In which ways would you like to improve the shown software situation? * Would you like to fix a single identifier anyhow directly? * Do you expect that I should resend a corrected patch series as a whole package? * Would it be sufficient to send another update only for the software module "AGPGART-UniNorth" a bit later? * Can I worry about this programming mistake a bit less just because the suggested renaming would eventually be rejected? Regards, Markus
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/7] AGPGART: Fine-tuning for four function implementations SF Markus Elfring <elfring@users.sourceforge.net> - 2016-09-13 22:40 +0200
[PATCH 6/7] AGPGART-UniNorth: Rename a jump label in uninorth_create_gatt_table() SF Markus Elfring <elfring@users.sourceforge.net> - 2016-09-13 22:50 +0200
Re: [PATCH 6/7] AGPGART-UniNorth: Rename a jump label in uninorth_create_gatt_table() kbuild test robot <lkp@intel.com> - 2016-09-15 19:40 +0200
Re: [PATCH 6/7] AGPGART-UniNorth: Rename a jump label in uninorth_create_gatt_table() SF Markus Elfring <elfring@users.sourceforge.net> - 2016-09-15 20:30 +0200
[PATCH 1/7] AGPGART: Use kmalloc_array() in compat_agpioc_reserve_wrap() SF Markus Elfring <elfring@users.sourceforge.net> - 2016-09-13 22:50 +0200
[PATCH 4/7] AGPGART-SGI: Use kmalloc_array() in agp_sgi_init() SF Markus Elfring <elfring@users.sourceforge.net> - 2016-09-13 22:50 +0200
[PATCH 5/7] AGPGART-UniNorth: Use kmalloc_array() in uninorth_create_gatt_table() SF Markus Elfring <elfring@users.sourceforge.net> - 2016-09-13 22:50 +0200
[PATCH 2/7] AGPGART: Use memdup_user() rather than duplicating its implementation SF Markus Elfring <elfring@users.sourceforge.net> - 2016-09-13 22:50 +0200
[PATCH 3/7] AGPGART: Rename jump labels in compat_agp_ioctl() SF Markus Elfring <elfring@users.sourceforge.net> - 2016-09-13 22:50 +0200
[PATCH 7/7] AGPGART-UniNorth: Delete an unnecessary check in uninorth_create_gatt_table() SF Markus Elfring <elfring@users.sourceforge.net> - 2016-09-13 23:00 +0200
csiph-web